You should be able to do something with XML Data Islands and Data Binding.
For example, the following pulls data from an XML Data Island:
<html>
<body>

<xml id="cdcat" >
<?xml version="1.0"?>
<ROOT>
 <CD>
  <TITLE>Empire Burlesque</TITLE>
  <ARTIST>Bobs Dylan</ARTIST>
 </CD>
</ROOT>
</xml>

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

<tr>
<td><span datafld="dt:ARTIST"></span></td>
<td><span datafld="dt:TITLE"></span></td>
</tr>

</table>

</body>
</html>

the IMG tag supports the datafld attribute.  I've never done anything like
that with image data.

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to