You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Jens Elkner (JIRA)" <xa...@xml.apache.org> on 2005/09/14 11:48:54 UTC

[jira] Created: (XALANJ-2200) cmdline switch -xinclude

cmdline switch -xinclude
------------------------

         Key: XALANJ-2200
         URL: http://issues.apache.org/jira/browse/XALANJ-2200
     Project: XalanJ2
        Type: Wish
  Components: Xalan-CmdLine  
    Versions: 2.7    
 Environment: 2.7.0
    Reporter: Jens Elkner
    Priority: Trivial


Would be nice, if xalan would have a convinience cmd line switch -xinclude (e.g. like xsltproc) to allow XInclude processing without big trouble.

Implementation could be, something like that at startup:
if (switch.equals("xinclude")) {
   System.setProperty("org.apache.xerces.xni.parser.XMLParserConfiguration",
      "org.apache.xerces.parsers.XIncludeParserConfiguration");
}



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org