On 21 Jan 2009, at 08:48, Alexander Klimetschek wrote:
JCR node names can start with numbers, but leading digits in XPath queries need to be escaped. You can use the org.apache.jackrabbit.util.ISO9075 helper class from jackrabbit-jcr-commons [1] for that, which Vijay already mentioned. [1] http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/util/ISO9075.html
Ok, that works, thanks! -- Torgeir Veimo [email protected]
