Data Islands

wxdqz

New Member
Hi.
here i have a remote xml file and a data island

<html>
<body>
<xml id="cdcat" src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.w3schools.com/xml/cd_catalog.xml"></xml>
<table border="1" datasrc="#cdcat">
<tr>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="TITLE"></span></td>
</tr>
</table>
</body>
</html>


Now I'm trying to save this file in the local client machine and then load it in the data island (for offline use for example)

Can anyone help me?
 
Back
Top