Re: dsiabling recursing capabilities in template ?

vaab <[email protected]> Tue, 17 May 2005 14:13:12 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
> I don't know how it works in the extended template syntax, but in the 
> simple syntax you can write <rule parent="menu"> and the rule won't 
> match the generated menuitems.
> 

Thx for this tip, this led me to look further in XUL reference if there 
was documentation on this tag, and if there was a solution for extended 
template syntax.

And there is :

you must specify in your <content> tag in the <conditions> tag, 
tag="yourtag"... this has the same use than the parent="yourtag".

Example :

<content uri="?uri" tag="tree"/>


There, hopin this will help some people out there !

Valentin