On Thu, Feb 26, 2009 at 12:28 PM, Noam Tenne <[email protected]> wrote: > /jcr:root/prod/*_x0032_.7.7*/element(*, dummy:file)
You cannot put wildcards for node names into the path-part, unless you actually want to do this query /jcr:root/prod/*/_x0032_.7.7/*/element(*, dummy:file) but I don't think so. There is currently (JCR 1.0) no way to match a node name pattern, see also http://markmail.org/message/2ppoe5fxldd7abaw Regards, Alex -- Alexander Klimetschek [email protected]
