Re: Cannot populate a xul tree from XML

Luca Fagioli <[email protected]> Sat, 01 Jul 2006 11:00:58 +0200
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
Boris Zbarsky ha scritto:
> Luca Fagioli wrote:
>> I am using the "@mozilla.org/inspector/dom-view;1" component.
> 
> That's designed to show trees that are in windows, and to show them in 
> DOM Inspector; it may well not work for random in-memory trees shown 
> somewhere else....
> 
> -Boris

It works.

That component can handle generic DOM documents.

The only restriction is to use a XUL tree (and its internal tags) with 
the same id of the ones used in the DOM inspector.

Luca