]> granicus.if.org Git - docbook-dsssl/commitdiff
Xerces must be on the classpath in order to XInclude work
authorJirka Kosek <jirka@kosek.cz>
Mon, 22 Oct 2012 20:42:44 +0000 (20:42 +0000)
committerJirka Kosek <jirka@kosek.cz>
Mon, 22 Oct 2012 20:42:44 +0000 (20:42 +0000)
xsl/webhelp/build.xml

index 8730dbe487a146a6d9382750a4299e069a5bb6c8..6fb04cc64a6d11feb9f60db41537f1a279b1291e 100644 (file)
@@ -32,7 +32,8 @@
        <xslt
          in="${input-xml}"
            out="${xincluded-profiled.xml}"
-           style="${ant.file.dir}/../profiling/profile.xsl">
+           style="${ant.file.dir}/../profiling/profile.xsl"
+            classpath="${xercesImpl.jar}">
          <sysproperty key="org.apache.xerces.xni.parser.XMLParserConfiguration"
                       value="org.apache.xerces.parsers.XIncludeParserConfiguration"/>
          <param name="profile.arch" expression="${profile.arch}" if="profile.arch"/>