Selecting a XML parser

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
m (Selecting XML Parsers moved to Selecting a XML parser)
Line 11: Line 11:
 
     <system-property javax.xml.transform.TransformerFactory=
 
     <system-property javax.xml.transform.TransformerFactory=
 
                   "org.apache.xalan.processor.TransformerFactoryImpl"/>
 
                   "org.apache.xalan.processor.TransformerFactoryImpl"/>
 +
 +
    <!-- stax -->
 +
    <system-property javax.xml.stream.XMLOutputFactory =
 +
                "com.sun.xml.internal.stream.XMLOutputFactoryImpl"/>

Revision as of 18:03, 26 January 2010


<resin ...>
    <system-property javax.xml.parsers.DocumentBuilderFactory=
                 "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
    <system-property javax.xml.parsers.SAXParserFactory=
                 "org.apache.xerces.jaxp.SAXParserFactoryImpl"/>

    <system-property javax.xml.transform.TransformerFactory=
                 "org.apache.xalan.processor.TransformerFactoryImpl"/>
    <system-property javax.xml.stream.XMLOutputFactory =
                "com.sun.xml.internal.stream.XMLOutputFactoryImpl"/>
Personal tools