gurugunjaal
Programmer
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..
etc
How can I do this using xslt.. I am using java parser to do xslt transformation..
Please help me
Thanks in advance
<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..
etc
How can I do this using xslt.. I am using java parser to do xslt transformation..
Please help me
Thanks in advance