DocBook stylesheet extensions

Are you missing a feature? Request its implementation here.
mariuss
Posts: 21
Joined: Tue Sep 09, 2003 10:37 pm
Location: Vancouver, Canada

DocBook stylesheet extensions

Post by mariuss »

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:

Code: Select all

<xsl:param name="use.extensions" select="1"/>
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