Data Islands
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?
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.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks