Re: XMLSerialize status

Boris Zbarsky <[email protected]> Sun, 13 May 2007 11:22:38 -0500
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
rvj wrote:
>                 alert("markup not ready")  //    gererates meassge <tag> has 
> no properties

The alert() call does?

> I know I add a interval timer inside the catch() which can retry the 
> assignment at intervals but I what I doubt if this should work since 
> setHTML() is a function and maybe called async. ie the pervious interval 
> timer is still running ??????

I have no idea what this is talking about.  Setting innerHTML to the string the 
XML serializer outputs should "work" (insofar as it works to parse XML as 
tag-soup, etc).

Care to post a complete minimal testcase demonstrating your problem?

-Boris