coolcat
September 21, 2004, 2:05pm
1
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
system
September 21, 2004, 10:04pm
2
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
system
September 21, 2004, 10:21pm
3
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
system
September 22, 2004, 4:23am
4
I thought you could do pagination with XML. Maybe I’m just :crazy: