]> granicus.if.org Git - docbook-dsssl/commitdiff
Some updates to instructions
authorDavid Cramer <david@thingbag.net>
Tue, 6 Jul 2010 23:28:24 +0000 (23:28 +0000)
committerDavid Cramer <david@thingbag.net>
Tue, 6 Jul 2010 23:28:24 +0000 (23:28 +0000)
xsl/webhelp/docsrc/readme.xml

index f84ea5c01a538561066799102752af688412c982..5ce64a44525aa5f748752690af6c844cfded5d80 100755 (executable)
         <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>&lt;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>&lt;project>
   &lt;property name="input-xml" value="<replaceable>path-to/yourfile.xml</replaceable>"/>
-  &lt;property name="frameset.base.dir" value="<replaceable>path-to/output-dir</replaceable>"/>
-  &lt;property name="xslt-processor" value="<replaceable>c:/workhead/export/saxon/6.5/lib/saxon.jar</replaceable>"/>
+  &lt;property name="frameset.base.dir" value="<replaceable>path-to/desired-output-dir</replaceable>"/>
+  &lt;property name="xslt-processor-classpath" value="<replaceable>c:/workhead/export/saxon/6.5/lib/saxon.jar</replaceable>"/>
+  &lt;property name="docbook-xsl-catalog" value="<replaceable>c:/gsoc2010/docbook-xsl-1.75.2/catalog.xml</replaceable>"/>
   &lt;property name="docbookx.dtd value="<replaceable>file:///c:/workhead/export/DocBookDTD/4.5/docbookx.dtd</replaceable>"/>
-  &lt;import file="<replaceable>path-to/docbook-webhelp/build.xml</replaceable>"/>
+  &lt;import file="<replaceable>path-to/docbook-webhelp/</replaceable>build.xml"/>
 &lt;/project></programlisting>
           </para>
         </step>