Re: Data Island Woes
"Leon Bezuidenhout" <[email protected]> Fri, 23 Feb 2007 11:56:08 +0200
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
I'm not very clued up on this sort of thing Do I do this by adding a !DocType at the top of my page? "Boris Zbarsky" <[email protected]> wrote in message news:[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