Re: [xep-support] XEP 3 + XALAN

From: Alexander Peshkov (peshkov@renderx.com)
Date: Fri Apr 04 2003 - 04:02:16 PST

  • Next message: Alexander Peshkov: "Re: [xep-support] Text positioning"

    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@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@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



    This archive was generated by hypermail 2.1.5 : Fri Apr 04 2003 - 03:44:52 PST