Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.
The "CreateDocBookDocumentation" page has been changed by antoine. http://wiki.apache.org/ant/CreateDocBookDocumentation?action=diff&rev1=6&rev2=7 -------------------------------------------------- - for fop - . batik 1.0, fop 0.2.0.5, avalon 4.1.2-cvs-20020806 works for me there are newer sets of jars, maybe from the batik project ? + . download fop 1.0. This contains fop-1.0.jar avalon-framework-4.2.0.jar batik-all-1.7.jar commons-io-1.3.1.jar commons-logging-1.0.4.jar serializer-2.7.0.jar xalan-2.7.0.jar xercesImpl-2.7.1.jar xml-apis-1.3.04.jar xml-apis-ext-1.3.04.jar xmlgraphics-commons-1.4.jar + {{{ <xslt style="${docbook.xsl.basedir}/fo/docbook.xsl" extension=".fo" basedir="${sample.docs.xml.dir}" includes="sample-user.xml" destdir="${sample.docs.fo.dir}"> <classpath> <fileset dir="lib/xslt" /> </classpath> + <!-- these parameters make bookmarks work in the generated PDF --> + <param name="fop.extensions" expression="0"/> + <param name="fop1.extensions" expression="1"/> <sysproperty key="org.apache.xerces.xni.parser.XMLParserConfiguration" value="org.apache.xerces.parsers.XIncludeParserConfiguration" /> </xslt> <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop">
