News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Load the XML Document Into a Data Island

Started by ben2ong2, October 06, 2006, 04:03:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ben2ong2

A Data Island can be used to access the XML file.
To get your XML document "inside" an HTML page, add an XML Data Island to the HTML page:
<xml src="cd_catalog.xml" id="xmldso" async="false"></xml>
With the example code above, the XML file "cd_catalog.xml" will be loaded into an "invisible" Data Island called "xmldso". The async="false" attribute is added to make sure that all the XML data is loaded before any other HTML processing takes place.

You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login