Hi, On 3/4/07, James Hang <[EMAIL PROTECTED]> wrote:
Thanks for the response. Is there a Jackrabbit library that we can use to do this escaping for us?
Check out the org.apache.jackrabbit.util.ISO9075 class in the jackrabbit-jcr-commons library. It contains static encode() and decode() methods that implement the _x0000_ escaping mechanism used in JCR. BR, Jukka Zitting
