I think jcr:contains(., 'week') only matches properties and not nodenames
which is how the spec defines it (I think?) so this is good.


> a) put the "week" stuff into properties and query via
> [jcr:like(@property, '%Week%')]
>

Unfortunately, I can't set the filename as a property because these are
files that can be uploaded trough WebDAV.
I can't really use

b) navigation: find the parent folder and then filter nodes by name
> using getNodes(String namePattern) [1]
>

This is also not a real solution since I don't know where the files are
located (exactly) in the repository and thus I don't even know the parent
folder.

So, there is no way to match a nodename trough an XPATH query?

Thank you for your help so far,

Simon


>
> Regards,
> Alex
>
> --
> Alexander Klimetschek
> [email protected]
>

Reply via email to