[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] commandline param's passing problem using saxon


Subject: Re: [xsl] commandline param's passing problem using saxon
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 7 Aug 2006 15:38:03 +0100

You have declared parameters to the template matching / but you haven't
passed any parameters to this template when it is called.

what you want are parameters to the stylesheet (global parameters) so
move the xsl:param lines from the template, to make them the first
children of xsl:stylesheet.

David


Current Thread