Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

data island cross browser support

I'm new to XML and from what I understand, there seems to be some problems regarding cross browser support for data islands. Bascially i'm looking to use data island in a html page to store various inputs into a standard table. I recently read Nigel McFarlane's article "making data islands work in all browsers" However I noticed that the xml data used in his tutorial was still keep within the html document. I was wondering if you could use the methods he discussed in this article and keep the xml as a external document? If anyone has any information on this subject or if they could point me in the right direction they really be doing me a solid. take it easy
[681 byte] By [boolean] at [2007-11-11 7:05:59]
# 1 Re: data island cross browser support
seems like simple enough concept.
getElementsByTagName("xml")
getAttribute("src")
use XMLHttpRequest object to resolve the resource;
or document.implementation.createDocument();
KC-Luck at 2007-11-11 23:28:48 >