var serializer = new XMLSerializer();
var xml = serializer.serializeToString(node);


----- Original Message ----
From: Michael Buckley <[EMAIL PROTECTED]>
To: [email protected]
Sent: Thursday, August 3, 2006 11:22:05 PM
Subject: [Project_owners] Turn node to text

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?

God Bless
Michael

_________________________________________________________________
Need FREE FUEL? Become a member of Qualified Opinions
http://a.ninemsn.com.au/b.aspx?URL="">

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

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

Reply via email to