Hello list users,
I know that this is not an XSL / XPath topic but I think there are many users
which use saxon.
I have three files: input.xml, transform.xsl ans param.xsl
The param.xsl contains a lot of params, e.g.
...
<xsl:param name="number.chapter">
<xsl:value-of select="1"/>
</xsl:param>
...
The param.xsl should be used together with the transform.xsl.
I tried to change the <xsl:value-of select="1"/> to <xsl:value-of select="0"/>
using an xslt processor.
Is this possible using saxon or should I use an other approach?
Thanks for helping me,
Andreas
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--