From 836f2c667ed66356ca4a1f0aefe828904f73be97 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 6 Jul 2010 23:28:24 +0000 Subject: [PATCH] Some updates to instructions --- xsl/webhelp/docsrc/readme.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xsl/webhelp/docsrc/readme.xml b/xsl/webhelp/docsrc/readme.xml index f84ea5c01..5ce64a445 100755 --- a/xsl/webhelp/docsrc/readme.xml +++ b/xsl/webhelp/docsrc/readme.xml @@ -163,24 +163,24 @@ Confirm that you have Java 1.5 or higher and Ant 1.6.5 or higher installed. + + Confirm that you have xml-commons-resolver.jar in your CLASSPATH. + Download the package: docbook-webhelp.zip and unzip it somewhere convenient. - - Edit xsl/driver.xsl so that it imports chunk.xsl from the DocBook XSLs from your local drive: - <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/> - - Test the package by running ant doc. It should generate a copy of this documentation in the doc directory. + Test the package by running ant webhelp. It should generate a copy of this documentation in the doc directory. If you wish to use the included build.xml file for your own content, create a build.xml file that imports the one from this package: <project> <property name="input-xml" value="path-to/yourfile.xml"/> - <property name="frameset.base.dir" value="path-to/output-dir"/> - <property name="xslt-processor" value="c:/workhead/export/saxon/6.5/lib/saxon.jar"/> + <property name="frameset.base.dir" value="path-to/desired-output-dir"/> + <property name="xslt-processor-classpath" value="c:/workhead/export/saxon/6.5/lib/saxon.jar"/> + <property name="docbook-xsl-catalog" value="c:/gsoc2010/docbook-xsl-1.75.2/catalog.xml"/> <property name="docbookx.dtd value="file:///c:/workhead/export/DocBookDTD/4.5/docbookx.dtd"/> - <import file="path-to/docbook-webhelp/build.xml"/> + <import file="path-to/docbook-webhelp/build.xml"/> </project> -- 2.40.0