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]> |
Martin Honnen wrote:
>
>
> Emmanouil Batsis wrote:
>
>> Hanh-Missi Tran wrote:
>>
>>>
>>> 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>");
>
>
> That does not help in any way to *display* the XML.
Ah, right; i read pretty quickly and totally missunderstood the OP...