Hi. Guys
I have an xml doc like the one below. I wonder how to read the name of each node in the xml doc. i.e. p1, p2 and p3 then store them into variables. Is it possible to do this using XSLT. How?
Your help is much appreciated
Cheers
<login>
<p1 id="x" password="y" />
<p2 id="xx" password="yy" />
<p3 id="xxx" password="yyy" />
</login>
I have an xml doc like the one below. I wonder how to read the name of each node in the xml doc. i.e. p1, p2 and p3 then store them into variables. Is it possible to do this using XSLT. How?
Your help is much appreciated
Cheers
<login>
<p1 id="x" password="y" />
<p2 id="xx" password="yy" />
<p3 id="xxx" password="yyy" />
</login>
Comment