Re: Data Island Woes I HAVE THE ANSWER :o)

Boris Zbarsky <[email protected]> Wed, 28 Feb 2007 10:25:14 -0500
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
Leon Bezuidenhout wrote:
> Previously I was doing the following
> 
> oDataIsland.innerHTML = sXML;

Which of course parsed it as HTML... which is not what you want.

-Boris