[EMAIL PROTECTED] wrote: > is it possible to formulate an xpath expression, to get the aquired node + > all of his ancestors?
I assume you mean a node in a query result when you say 'acquired node'. that's currently not possible, but you can easily walk up the ancestor axis using the JCR API Node.getParent(). regards marcel
