[xep-support] XEP 3 + XALAN

Alexander Peshkov peshkov at renderx.com
Fri Apr 4 04:02:16 PST 2003


Hello Jan,

XEP is JAXP-aware: it is therefore possible to replace Saxon with
Xalan. Presuming that you use the latest Xalan (2.5), you will need
the following modifications in xep.bat: 

 - in the classpath, replace saxon.jar by jars from Xalan:
   xalan.jar, xercesImpl.jar, and xml-apis.jar;
 - add system properties to the Java call. to pick Xalan as the default
   XSLT processor and Xerces as the default parser:

     -Djavax.xml.transform.TransformerFactory=
            org.apache.xalan.processor.TransformerFactoryImpl
     -Djavax.xml.parsers.SAXParserFactory=
            org.apache.xerces.jaxp.SAXParserFactoryImpl

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX

igd> Hi,

igd> is there a possibility to use XALAN (extensions) with XEP 3+?

igd> Kind regards,
igd> Jan


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list