I have a bunch of nodes with numbers as names. When I try to do an xpath query like

/jcr:root/public/000

I get a JCR exception: javax.jcr.query.InvalidQueryException: Parse error: data is not a RelationQueryNode

I also tried this:

/jrc:root/public//*[name() = '000']

But it seems like name() is not supported by JCR. Is there a way to do this?
Thanks!

will

Reply via email to