User Profile
Collapse
-
Sorry to answer my own post, but got the answer...... -
XSLT - parent sibling count
I have a question about XSLT. I am trying to count the number of sibblings a parent node has (of a specific name).
Say I have
If...Code:<topNode> <page> text in here</page> <page> text in here</page> <page> text in here</page> <page> text in here <image></image> </page> </topNode>
No activity results to display
Show More
Leave a comment: