[xsl] saxon9 passing values

Subject: [xsl] saxon9 passing values
From: minimag <info@xxxxxxxxxx>
Date: Mon, 10 Aug 2009 14:00:12 +0200
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

Current Thread