xslt shows first child node repeated instead of each individually
Hi I have a quick question about showing child nodes.
I'm trying to dynamically create a select list which seems very simple, but the xslt keeps outputting the first child node until it hits the max number of child nodes to show. I can't figure out how to check if a child node has already been processed and if so, move onto the next.
xslt shows first child node repeated instead of each individually
Hi I have a quick question about showing child nodes.
I'm trying to dynamically create a select list which seems very simple, but the xslt keeps outputting the first child node until it hits the max number of child nodes to show. I can't figure out how to check if a child node has already been processed and if so, move onto the next.
Thanks in advance for any help.
is working on a reply...