# and uncomment this line.
#input-images-basedir=/path/to/image/location
-# Modify this so that it points to your copy of the Saxon 6.5 jar.
+# Modify the follosing so that they point to your local
+# copy of the jars indicated:
+# * Saxon 6.5 jar
+# * Xerces 2: xercesImpl.jar
+# * xml-commons: xml-apis.jar
xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
+xercesImpl.jar=/usr/share/java/xercesImpl.jar
+xml-apis.jar=/usr/share/java/xml-apis.jar
# For non-ns version only, this validates the document
# against a dtd.
<!--jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/-->
<classpath>
<path refid="classpath"/>
- <pathelement location="/usr/share/java/xercesImpl.jar"/>
- <pathelement location="/usr/share/java/xml-apis.jar"/>
+ <pathelement location="${xercesImpl.jar}"/>
+ <pathelement location="${xml-apis.jar}"/>
+ <!-- <pathelement location="/usr/share/java/xercesImpl.jar"/> -->
+ <!-- <pathelement location="/usr/share/java/xml-apis.jar"/> -->
<!-- Gentoo Linux friendly default classpath-->
<pathelement location="/usr/share/xerces-2/lib/xercesImpl.jar"/>
<pathelement location="/usr/share/xml-commons/lib/xml-apis.jar"/>