BillHung.Net


powered by FreeFind     sms

Bill's First XML Page

30 Dec 2004

Finally got my first XML-based HTML page ready. I attached the original files. You can download the files or click on the files to see how they look like.

firstXML041230.xml

FirstXMLHTML.html

FirstxmlClickHTML.html

 

 

The Simplest XML Table

<html>

<body>
<xml
src="firstXML041230.xml"
id="xmldso"
async="false">
</xml>

<table
datasrc="#xmldso"
width="100%"
border="1">

<thead>
<th>American English</th>
<th>British English</th>
<th>Chinese</th>
</thead>

<tr align="left">
<td><span datafld="AMERICANENGLISH"></span></td>
<td><span datafld="BRITISHENGLISH"></span></td>
<td><span datafld="CHINESE"></span></td>
</tr>
</table>

</body>
</html>