Hello, > > Hi, > > Does anyone know where I can find the list of Xpath functions > supported by jackrabbit? > Whenever I try to use some Xpath functions(like > fn:contains,etc) to query my jackrabbit repository, I get an > exception saying the function is unsupported.
Think you mean jcr:contains instead of fn:contains. Furthermore, did you take a look at jsr-170 [1]. In the spec you can find the Xpath features implemented in Jackrabbit. Jackrabbit has some additional Xpath features implemented, but I am not sure wether there is a list of these features -Ard [1] http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html > > It would be really helpful if somebody can point me to the > appropriate link. > Thanks in advance. > > Regards, > Prakash >
