Hi, Does the XPath implementation used in Jackrabbit (1.4) support nested predicates?
I'm trying to select all nodes that have child nodes called x which have a jcr:primaryType of attribute of 'cms:attribute': //[EMAIL PROTECTED]:primaryType = 'cms:attribute']] Executing this query throws javax.jcr.query.InvalidQueryException: Unsupported location for predicate. Many thanks, Matt
