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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]