NBartomeli
Programmer
I am trying to do a for-each but leaving out certain nodes,
something like:
In other words, I want all the nodes under Report, except the "Totals" nodes..
Can I do this?
Thanks
something like:
Code:
<xsl:for-each select="/Report/*[not(/Totals)]">
In other words, I want all the nodes under Report, except the "Totals" nodes..
Can I do this?
Thanks