Re: need help demystifying xml error "asynchronous entity"

Boris Zbarsky <[email protected]> Wed, 23 Feb 2011 10:36:55 -0500
Newsgroups gmane.comp.mozilla.devel.dom
Message-ID <[email protected]>
On 2/23/11 10:08 AM, Axel Hecht wrote:
> I get an "asynchronous entity" error if I use it in a xml doc like

Oh, and that error string is, imo, daft.  It's not an "asynchronous" 
entity; it's one that would make expat's state be out of sync with the 
XML being processed, which is totally different.

-Boris