RE: Xalan-J, Xerces-J XInclude question
Peter McCracken <[email protected]>
| Newsgroups | gmane.text.xml.general |
|---|---|
| Message-ID | <OF86E6A767.4459C666-ON85257116.00744F3D-85257116.0074A460@ca.ibm.com> |
"Paulus Oliver" <[email protected]> wrote on 02/14/2006 11:03:39 AM: > Is there a possibility to set this feature in the commandline mode? I do > not use any java code (until now). My current call looks like this: > > java -jar > -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces. > parsers.XIncludeParserConfiguration > parser\xalan-j_2_7_0-bin\xalan-j_2_7_0\xalan.jar -IN source\source1.xml > -XSL xsl\main.xsl -OUT target\result.xml Hi Oliver, Unfortunately, there's no way to pass feature values to the XML parser using the command line of Xalan's Process program. I think you'll need to write a small Java program to get the functionality you want. -- Peter McCracken XML Parser Development IBM Toronto Lab Email: [email protected]