Re: Data Island Woes

Boris Zbarsky <[email protected]> Fri, 23 Feb 2007 03:43:46 -0500
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
Leon Bezuidenhout wrote:
> This approach has been working really well. Untill I got XML with a caption 
> node in it. I attached a mockup of the code so you can see the problem. Is 
> there any workaround?

Yes.  Two workarounds, at least:

1)  Don't name stuff in a tag-soup document with names that get parsed in
     special ways in HTML.
2)  Use an XHTML document, not a tag-soup one (by sending the XHTML MIME type).

-Boris