Re: Invalid escaping of XML

2009-10-02 Thread Jacob Danner
thers are optional, with the exception that the >> 3-character sequence "]]>" cannot appear in character data and must be >> written as "]]>". >> - Wing Yew >> >> -- >> *From:* Jacob Danner [mailto:jacob.dan...@gmail.com

RE: Invalid escaping of XML

2009-10-02 Thread Wing Yew Poon
exception that the 3-character sequence "]]>" cannot appear in character data and must be written as "]]>". - Wing Yew _ From: Jacob Danner [mailto:jacob.dan...@gmail.com] Sent: Friday, October 02, 2009 1:55 PM To: user@xmlbeans.apache.org Subject: Re: Invalid escap

Re: Invalid escaping of XML

2009-10-02 Thread Jacob Danner
Off the top of my head I think this is as expected. The > does not need to be escaped only < . -jacobd On Fri, Oct 2, 2009 at 1:17 PM, Artem Portnoy wrote: > Hello, > > > > We have an XmlBean that takes in a String. The problem is that if we pass > in an XML String, the XML characters are not pro