On Wed, Jun 30, 2010 at 13:43, David Gough <[email protected]> wrote: > Hi Rencana, > > Try > > //element(*, nt:file)[jcr:contains(jcr: >> >> path, '//"searchText"')] >> > > or failing that: > > //element(*, nt:file)[jcr:like(jcr: >> >> path, '//"*searchText*"')] >>
That doesn't work, there is no "jcr:path" for the execution of an xpath query. This is only a pseudo-property for JCR-SQL (1.0) and when reading out values from a Row. Regards, Alex -- Alexander Klimetschek [email protected]
