How to convert XML to a HTML table using XSL for-each
- by Meeeee
I am trying to convert some XML with XSL, to make the output look better and more readable for other users. I have some XML along the lines of:
<G>
<OE>
<example1>Sample 1</example1>
<example2>Sample 2</example2>
<var name="name1">
<integer>1</integer>
</var>
…