RE: [xsl] looping without changing context node

Subject: RE: [xsl] looping without changing context node
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 13 Sep 2001 15:48:41 +0100
> Now, if i want to list successive state of <foo>, i want to call this
> template for each <modification>, with its position as
> parameter, for the
> current context node. But for-each statement change this context node.
>
> I also imagined writing a template matching a <modification>
> node, but then i
> can't call a named template for another node as the context one.
>
> Any idea ?

Pass the value of the context node or position as a parameter to the called
template, using xsl:with-param.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread