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]

looping without changing context node


I need to format a <foo> element according successive modifications.
I do this via a named template, using as parameter the maximum level of 
modifications to take care of.
<foo>
  <modification id="mod1"/>
  <modification id="mod2"/>
  <modification id="mod3"/>
</foo>

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 ?
-- 
Guillaume Rousse <rousse@ccr.jussieu.fr>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html

 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]