Hi,

Is it possible to ask a Node whether it has child nodes of a specific nodeType? Currently I'm able to do this with an XPath query, but it would be a lot easier, and possibly faster, when I could ask this to the node directly. Also, is it possible to mark a child node definition that is also marked as 'multiple' with 'primary'? If that is the case, maybe I could use getPrimaryItem.

My node type is defined as:
[eb:ContentTreeItem]
   - eb:friendlyName
   + eb:specialPage = eb:SpecialPage
       multiple
   + * = eb:ContentTreeItem
       multiple

In my application a ContentTreeItem is a leaf node when there are no eb:ContentTreeItem child nodes.

Thanks in advance,
Matthijs

--
Matthijs Wensveen
Func. Internet Integration
W http://www.func.nl
T +31 20 4230000
F +31 20 4223500

Reply via email to