[Home] [By Thread] [By Date] [Recent Entries]
minimag wrote:
I have three files: input.xml, transform.xsl ans param.xsl
The param.xsl should be used together with the transform.xsl. Well an XSLT stylesheet module is an XML document so you can process and output it using another XSLT stylesheet but the whole point of (top level) xsl:param elements is that the XSLT processor provides an API to set those parameters before you run a transformation. So instead of trying to write a stylesheet to manipulate transform.xsl before you use it in a transformation you should simply use the API of your XSLT processor to set those parameters as needed. -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



