On Mon, May 17, 2010 at 8:49 AM, David Gough <[email protected]> wrote: > ...Some characters are illegal in node names and need escaping when persisting > and using in paths and XPath queries. > > There are handy utility classes provided for this which I unfortunately > discovered too late in my project :(...
See Text.escapeIllegalJcrChars(String), for example, in the jackrabbit-jcr-commons module. -Bertrand
