Its been a while since i have used xslt, so i am a little rusty. Using ucom, i get a list of all members from a specific group. Then i get the details of each member also using a function from ucomponents.
But i cant get the 'Nodename' from the returned xml.
I think you've accidentally got the XML sample lowercased, so that's
why you're not getting any results. (If you do copy-of in the XSLT visualizer,
you need to wrap a Textarea around it; otherwise, it mangles the output.)
Using @nodeName should do the trick (provided the other tags are correctly cased,
of course :)
Get member details
Hi,
Its been a while since i have used xslt, so i am a little rusty.
Using ucom, i get a list of all members from a specific group.
Then i get the details of each member also using a function from ucomponents.
But i cant get the 'Nodename' from the returned xml.
Can anyone help?
Hi Peter,
I think you've accidentally got the XML sample lowercased, so that's why you're not getting any results. (If you do copy-of in the XSLT visualizer, you need to wrap a Textarea around it; otherwise, it mangles the output.)
Using
@nodeName
should do the trick (provided the other tags are correctly cased, of course :)/Chriztian
Uhh, yes, that was the problem, it shouldnt be that hard.
is working on a reply...