XSLT modify node before applying template
Posted
by Grigory
on Stack Overflow
See other posts from Stack Overflow
or by Grigory
Published on 2010-06-18T09:27:37Z
Indexed on
2010/06/18
9:33 UTC
Read the original article
Hit count: 275
I have an XSL code that processes some nodes and if some condition is true, before doing apply-template select="." i need to modify current node(add and attribute).
How can i add an attribute to the node before calling apply-template select=".", or it is not possible at all ?
© Stack Overflow or respective owner