xsl-list
[Top] [All Lists]

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

2006-08-07 07:38:23

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

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>