If am outputting a table in XML ...something like the example below. Is there a way to number the rows automatically?
Thanks.
<html>
<body>
<xml src="cd_catalog.xml" id="xmldso" async="false"></xml>
<br />Title:
<span datasrc="#xmldso" datafld="TITLE"></span>
<br />Artist:
<span datasrc="#xmldso" datafld="ARTIST"></span>
<br />Year:
<span datasrc="#xmldso" datafld="YEAR"></span>
</body>
</html>
Thanks.
<html>
<body>
<xml src="cd_catalog.xml" id="xmldso" async="false"></xml>
<br />Title:
<span datasrc="#xmldso" datafld="TITLE"></span>
<br />Artist:
<span datasrc="#xmldso" datafld="ARTIST"></span>
<br />Year:
<span datasrc="#xmldso" datafld="YEAR"></span>
</body>
</html>