Hi, On Thu, Oct 29, 2009 at 13:12, Bodo1981 <[email protected]> wrote: > [(menuIds/collection-element/@menuid='1485') and > not(companyIds/collection-element/@name)] > -> result 0 rows
hmm, what if you try it with a property that is available on every node: jcr:primaryType ? [(menuIds/collection-element/@menuid='1485') and not(companyIds/collection-element/@jcr:primaryType)] regards marcel
