DocBook stylesheet extensions
Posted: Sat Nov 08, 2003 4:05 am
Please add the DocBook stylesheet extensions to the oXygen lib folder. You should add the version approriate for the version of Xalan and/or Saxon.
These extensions (jar files) are in the 'extensions' subfolder of the DocBook stylesheet distribution.
You enable extensions with:
And then you can use other parameters that depend on extensions (like tablecolumns.extension).
I am not sure if it is possible to add the extensions for both Saxon and Xalan (they may conflict).
Thanks,
Marius
These extensions (jar files) are in the 'extensions' subfolder of the DocBook stylesheet distribution.
You enable extensions with:
Code: Select all
<xsl:param name="use.extensions" select="1"/>
I am not sure if it is possible to add the extensions for both Saxon and Xalan (they may conflict).
Thanks,
Marius