Hi,
I have a xml file and need to bind the data to a html table. Binding each recordset in the xml file to each html table row is simple.
<XML ID = "xmlData" src = "myXMLFile.xml"></XML>
<TABLE BORDER = "1" DATASRC = "#xmlData" DATAPAGESIZE = "2"
ID = "tbl">
<THEAD>
<TR>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.