How to show this information in XML through XSL

Dear All,

I have an XML file whose contents will be like below

<test>
<testValue1>100</testvalue1>
<testvalue2>200</testvalue2>
</test>

<test>
<somevalue1>300</somevalue1>
<somevalue2>400</somevalue2>
</test>

The XML file will be available in this format only. I want to put these into a Table in HTML Using XSL . Could anyone help me in this regard. I am new to XML & XSL.

Thanks in advance for your help.

Regards,
Coolcat

I haven’t got experience with XSL but you might want to give this tutorial a go:

http://www.w3schools.com/xsl/xsl_languages.asp

xsl doesn’t parse the xml, it simple styles it. Do you mean styling it to appear like tables, or actually creating table tags?

btw: that’s not a valid xml file :wink:

I thought you could do pagination with XML. Maybe I’m just :crazy: