Helma logo
helma.org » Home > faq > How can I use alternative XML parsers/JAXP implementations with Helma?

How can I use alternative XML parsers/JAXP implementations with Helma?

Parsers for DOM and SAX style XML parsing can be set using standard JAXP system properties. For example, to use Xerces parsers, add the Xerces jar files to lib/ext directory and add the following system properties to your startup script:

-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl


Up: Frequently Asked Questions (FAQ)
Previous: Is there a Linux start script for Helma?

... comment


Page last modified on 2005-04-13 18:24 by hns