Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Holzner's book

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 10/13/2009 1:08:00 PM
steve.cpp wrote:

> <html>
>    <head>
>    	<title>
>    		Retrieving data from an XML document.
>    	</title>
>    	<xml id="firstXML" src="hello.xml"></xml>


> I tried a few other things but again the same result.  I tried the
> original code on a Windows box using IE and the code works as
> described.
> 
> Is there a workaround to getting xmldoc defined correctly with Firefox?

There is no element named 'xml' in HTML 4 or XHTML 1. Only IE/Windows 
supports such an element for so called XML data islands.

With other browsers if you want to use XML data you can use JavaScript 
and XMLHttpRequest to load the data. Since IE 7 IE also supports that, 
with earlier versions you can use an ActiveXObject.

https://developer.mozilla.org/En/Using_XMLHttpRequest

That way you can request application/xml or text/xml content and the 
XMLHttpRequest object loads and parses that and exposes a responseXML 
property with an XML DOM document.

-- 

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent