On 13.04.11 14:05, "JCR" <[email protected]> wrote: >I wonder if multiple ORed path constraints can be set in one single >XPATH statement in some way. > >E.g. >/a/b/c//*[text='...'] OR /a/d/e//*[text='...']
No, this is not supported in JCR's xpath. SQL2 (since JCR 2.0) supports joins of different node sets (from different paths). Regards, Alex -- Alexander Klimetschek Developer // Adobe (Day) // Berlin - Basel
