saxon extensions - GUI interface
Posted: Thu Aug 23, 2012 1:51 am
I am trying to use a saxon extension saxon:output for a chunker utility to produce .epub chunks from docbook. I am using developer 13.2 and running using the GUI.
The following is returning "false":
<xsl:when test="element-available('saxon:output')">
I think I need to some how turn on access to saxon extensions and I believe I have done that properly by adding the following to the extensions dialog: ${frameworks}/docbook/xsl/extensions/ as directed in the documentation. But it isn't working. Any suggestions
Steve
The following is returning "false":
<xsl:when test="element-available('saxon:output')">
I think I need to some how turn on access to saxon extensions and I believe I have done that properly by adding the following to the extensions dialog: ${frameworks}/docbook/xsl/extensions/ as directed in the documentation. But it isn't working. Any suggestions
Steve