hi,
i have a well formed xml file. wonna view it on browser via xsl file.
but the structure should be like in xml. i mean the tabs in browser should be set according to xml automatically. as an example:
XML
<a>
<b/>
<c>
<d/>
</c>
</a>
Browser view
a: value
b:value
c:value
d:value
is there a way or script to do it automatically??
i have a well formed xml file. wonna view it on browser via xsl file.
but the structure should be like in xml. i mean the tabs in browser should be set according to xml automatically. as an example:
XML
<a>
<b/>
<c>
<d/>
</c>
</a>
Browser view
a: value
b:value
c:value
d:value
is there a way or script to do it automatically??