I believe that the problem is this:  You set the parameter to a string, not
a node-set.  The xsl:for-each needs a node set, not a string.

Change your xsl:with-param instruction so that it is an empty element with a
select attribute and everything should work fine:

<xsl:with-param name='...' select='a/b/c'/>

Next time, ask on the xslt list:

<[EMAIL PROTECTED]>

Tom P

[Simon]

---- what's wrong; the "location" parameter is passed
correctly and can be debugged using a value-of
instruction, however if I want to use it within a
for-each, it isn't allowed for some reason - why?




---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to