Michael Buckley wrote:
I use this to turn an textString into an xul node that I can inset in
the user interface.

   var parser=new DOMParser();
   var resultDoc=parser.parseFromString(textString,"text/xml");

But how do I go the other way, and turn a node back into text?  DOMi
seams to do this when you select "copy XUL"  But I have failed to find
the function be hind that viewer.cmdCopySelectedXML()

Does any one know to do this?


As a warning, there are many odd ends with using the XML parser for XUL. The only workaround I know of is to use an good old iframe.

There is a discussion like this on mozilla.dev.xml or so about grid not working, IIRC.

Axel
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to