This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: looping without changing context node


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]