abdessamad
04-07-2004, 07:21 AM
Hi.
here i have a remote xml file and a data island
<html>
<body>
<xml id="cdcat" src="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?
here i have a remote xml file and a data island
<html>
<body>
<xml id="cdcat" src="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?