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