Click to See Complete Forum and Search --> : Data Islands


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?

Khalid Ali
04-07-2004, 09:26 PM
you will have to open the file in browser and then save it from the menu.Then you can reload it, otherwise youwill need to use some server side programming language.