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=2&rev2=3 -------------------------------------------------- == Transform into HTML == + + Jars needed : + + - for xslt + saxon9.jar xercesImpl.jar xml-apis.jar xml-resolver.jar + + {{{ + <xslt basedir="${sample.docs.xml.dir}" force="true" destdir="${sample.docs.html.dir}" style="${docbook.xsl.basedir}/html/docbook.xsl"> + <include name="*.xml" /> + <classpath> + <fileset dir="lib/xslt" /> + </classpath> + <sysproperty key="org.apache.xerces.xni.parser.XMLParserConfiguration" value="org.apache.xerces.parsers.XIncludeParserConfiguration" /> + </xslt> + + }}} == Transform into PDF == @@ -36, +52 @@ <fileset dir="lib/xslt" /> </classpath> <sysproperty key="org.apache.xerces.xni.parser.XMLParserConfiguration" value="org.apache.xerces.parsers.XIncludeParserConfiguration" /> - <xmlcatalog> - <entity publicId="attributes.entity" location="${sample.docs.xml.dir}/attributes.entity" /> - <entity publicId="objectclasses.entity" location="${sample.docs.xml.dir}/objectclasses.entity" /> - </xmlcatalog> </xslt> <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"> <classpath>
