I nedd to display all the xpaths of an xml using a xslt how can i do that. The xslt should be generic enough to generate all xpaths.
<root>
<a>
<b>
<c> blahh</c>
</b>
</a>
<x>....
Out put ascii file should have two columns 1 xpath 2. content as follows
root/a/b/c blah
root/x/y/z blahh...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.