Re: Modification of a XMLDocument root
Emmanouil Batsis <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hanh-Missi Tran wrote:
> Hi
>
> I am writing a Firefox extension and I need to display a XML Document
> created from a XML String.
var newDomDocument = (new DOMParser()).parseFromString("<root>this is
your XML string</root>");
hth,
Manos