I need to search some nodes that are of an specific type, but not of specific
another type nor its descendent.

something like //(*,y)[EMAIL PROTECTED]:primaryType != 'x']

So, the @jcr:primaryType!='x' would not resolve because only the nodes of
type 'x' would be filtered.
Would this be resolved by an xpath expression, or I will filter after by the
application?
I thought in get all the type descendants of x and put in the filter, but if
another elegant solution exists...

Thanks
Helio.

-- 
View this message in context: 
http://www.nabble.com/Search-question%2C-with-jcr%3Apath.-tp18879386p18879386.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to