+# The path (relative to the build.xml file) to your input document.
+# To use your own input document, create a build.xml file of your own
+# and import this build.xml.
input-xml=docsrc/readme.xml
+
+# The directory in which to put the output files.
+# This directory is created if it does not exist.
output-dir=doc
-stylesheet-path=xsl/webhelp.xsl
+
+# If you are using a customization layer that imports webhelp.xsl, use
+# this property to point to it.
+stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl
# If your document has image directories that need to be copied
# to the output directory, you can list patterns here.
<project default="help" name="mainbuild">
- <loadproperties srcFile="build.properties"/>
<dirname property="ant.file.dir" file="${ant.file.mainbuild}"/>
+ <loadproperties srcFile="build.properties"/>
<xmlcatalog id="catalog">
<catalogpath>
<xslt
in="${input-xml}"
out="${output-dir}/dummy.html"
- style="${ant.file.dir}/xsl/webhelp.xsl"
+ style="${stylesheet-path}"
scanincludeddirectories="false"
classpath="${xslt-processor-classpath}">
<xmlcatalog refid="catalog"/>