Re: how to create in-memory rdf datasource (multi-level) for a XUL tree?
Axel Hecht <[email protected]> Wed, 16 Nov 2005 18:47:35 +0100
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] wrote: > Hi, there > > I got problem to populate a XUL tree with an in-memory rdf data source. > All sapmle code I've seen so far were just created a tree with only > just one top level (eg: > http://in.geocities.com/skexz/tuts/xul/in-memory.htm). Is anyone knows > how to create a in-memory rdf datasource with structure like below (two > levels): The other alternative to using containers is to specify the containment in the template. http://www.xulplanet.com/references/elemref/ref_XULElement.html#attr_containment Axel