Hello, I am wondering what are the standard xpath functions supported by Jackrabbit2.0, and what are also supported by Jackrabbit2.0 but not standard xpath functions.
Especially, how to select all nodes whose namespace is "abc:"? I tried to use "//abc:*" as xpath, but jackrabbit throws exception, I also tried to use "//*[starts-with(name(),'abc:')]" and "//*[fn:starts-with(name(),'abc:')]", both being complained by jackrabbit as invalid xpath. Any help would be appreciated! Xuetao
