Document Owner: |
Last Document Change: |
Status of Document: |
OpenOffice.org (OOo) should use the Xalan version inside OpenOffice.org if xalan.jar is available otherwise it should use the Xalan available from the Java™ system environment.
Detect the in OOo included Xalan version.
<?xml version="1.0" encoding="UTF-8"?><processor vendor="Apache Software Foundation" vendor-url="http://xml.apache.org/xalan-j" version="1">
Detect the Xalan version in the existing Java™ system environment
$INSTALLATION_PATH/program/classesand move the
xalan.jarto a place outside the
$INSTALLATION_PATHand also outside the system
$PATHor the Java™
$CLASSPATH.
<?xml version="1.0" encoding="UTF-8"?><processor vendor="Apache Software Foundation (Xalan XSLTC)" vendor-url="http://xml.apache.org/xalan-j" version="1.0">
none