Hi guys,
I'm used to Mysql and php, but I want to try and use an xml datafeed for my site. How can I use this t-shirt xml on a webpage?
I should be able to input any data from this xml to an html page right?
I tried
<html>
<body>
<xml id="xml_affiliate" src="xml_affiliate.xml"></xml>
<table border="1" datasrc="#xml_affiliate">
<tr>
<td><span datafld="comics"></span></td>
<td><span datafld="comics"></span></td>
</tr>
</table>
</body>
</html>
with no success on this page all I get is an empty table.
If someone could give me real simple step by step instructions to make a simple page with that xml feed, I think I could figure it out from there.
I'm used to Mysql and php, but I want to try and use an xml datafeed for my site. How can I use this t-shirt xml on a webpage?
I should be able to input any data from this xml to an html page right?
I tried
<html>
<body>
<xml id="xml_affiliate" src="xml_affiliate.xml"></xml>
<table border="1" datasrc="#xml_affiliate">
<tr>
<td><span datafld="comics"></span></td>
<td><span datafld="comics"></span></td>
</tr>
</table>
</body>
</html>
with no success on this page all I get is an empty table.
If someone could give me real simple step by step instructions to make a simple page with that xml feed, I think I could figure it out from there.