<step>
<para>Confirm that you have Java 1.5 or higher and Ant 1.6.5 or higher installed.</para>
</step>
+ <step>
+ <para>Confirm that you have <ulink url="http://xml.apache.org/commons/dist">xml-commons-resolver.jar</ulink> in your CLASSPATH.</para>
+ </step>
<step>
<para>Download the package: <ulink url="http://www.thingbag.net/docbook/docbook-webhelp.zip">docbook-webhelp.zip</ulink> and unzip it somewhere convenient.</para>
</step>
- <step>
- <para>Edit <filename>xsl/driver.xsl</filename> so that it imports <filename>chunk.xsl</filename> from the DocBook XSLs from your local drive:
- <programlisting><xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/></programlisting></para>
- </step>
<step>
- <para>Test the package by running <code>ant doc</code>. It should generate a copy of this documentation in the <filename class="directory">doc</filename> directory.</para>
+ <para>Test the package by running <code>ant webhelp</code>. It should generate a copy of this documentation in the <filename class="directory">doc</filename> directory.</para>
</step>
<step>
<para>If you wish to use the included <filename>build.xml</filename> file for your own content, create a <filename>build.xml</filename> file that imports the one from this package:
<programlisting><project>
<property name="input-xml" value="<replaceable>path-to/yourfile.xml</replaceable>"/>
- <property name="frameset.base.dir" value="<replaceable>path-to/output-dir</replaceable>"/>
- <property name="xslt-processor" value="<replaceable>c:/workhead/export/saxon/6.5/lib/saxon.jar</replaceable>"/>
+ <property name="frameset.base.dir" value="<replaceable>path-to/desired-output-dir</replaceable>"/>
+ <property name="xslt-processor-classpath" value="<replaceable>c:/workhead/export/saxon/6.5/lib/saxon.jar</replaceable>"/>
+ <property name="docbook-xsl-catalog" value="<replaceable>c:/gsoc2010/docbook-xsl-1.75.2/catalog.xml</replaceable>"/>
<property name="docbookx.dtd value="<replaceable>file:///c:/workhead/export/DocBookDTD/4.5/docbookx.dtd</replaceable>"/>
- <import file="<replaceable>path-to/docbook-webhelp/build.xml</replaceable>"/>
+ <import file="<replaceable>path-to/docbook-webhelp/</replaceable>build.xml"/>
</project></programlisting>
</para>
</step>