xml file not being processed (newbie problem)

L

Leon

Hi y'all,

Sorry for this one, but it's driving me mad, really can't see anything wrong
with it. Basically I've got two files test.html and test.xml as follows...

****test.html start****

<html>
<body>

<xml id="CATALOG" src="./test.xml"></xml>

<table border="1" datasrc="#CD">

<thead>
<tr><th>Artist</th><th>Title</th></tr>
</thead>

<tfoot>
<tr><th colspan="2">This is my CD collection</th></tr>
</tfoot>

<tbody>
<tr>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="TITLE"></span></td>
</tr>
</tbody>

</table>

</body>
</html>

****test.html end****
**** test.xml start****

<?xml version="1.0" encoding="ISO-8859-1" ?>
<CATALOG>
<CD>
<TITLE>Empire Burlesque</TITLE>
<ARTIST>Bob Dylan</ARTIST>
<COUNTRY>USA</COUNTRY>
<COMPANY>Columbia</COMPANY>
<PRICE>10.90</PRICE>
<YEAR>1985</YEAR>
</CD>
<CD>
<TITLE>Hide your heart</TITLE>
<ARTIST>Bonnie Tyler</ARTIST>
<COUNTRY>UK</COUNTRY>
<COMPANY>CBS Records</COMPANY>
<PRICE>9.90</PRICE>
<YEAR>1988</YEAR>
</CD>
<CD>
<TITLE>Greatest Hits</TITLE>
<ARTIST>Dolly Parton</ARTIST>
<COUNTRY>USA</COUNTRY>
<COMPANY>RCA</COMPANY>
<PRICE>9.90</PRICE>
<YEAR>1982</YEAR>
</CD>
<CD>
<TITLE>Still got the blues</TITLE>
<ARTIST>Gary Moore</ARTIST>
<COUNTRY>UK</COUNTRY>
<COMPANY>Virgin records</COMPANY>
<PRICE>10.20</PRICE>
<YEAR>1990</YEAR>
</CD>
</CATALOG>
**** test.xml end****

When I browse test.html (using IE 6.0) all I get it the header and footer
text, but nothing inbetween (no records displayed).

What blindingly obvious thing am I doing wrong?

Yours humbly,

Leon


PS. I picked these basic html/xml files up on the web, just wanted to see
that I could get it to work my PC first, no joy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top