In XML, the character data inside an element must not contain a raw unescaped open angle bracket (<); this character is always interpreted as the start of a tag. If you need to use this character, you can escape it using the built-in entity reference < (or the numeric or hexadecimal numeric character references). Character data may not contain a raw unescaped ampersand (&) either. - Wing Yew
-----Original Message----- From: horatiu.cherebetiu [mailto:[email protected]] Sent: Wednesday, June 10, 2009 2:56 AM To: [email protected] Subject: Escaped characters problem Hi all, I have a problem with the output xml, it contains the '<' and '&' escaped. I want that in the output xml, those characters not escaped('<' tags not '<') and doing all this not using the CDATA tag, is this possible ? Regards, Horatiu -- View this message in context: http://www.nabble.com/Escaped-characters-problem-tp23959092p23959092.html Sent from the Xml Beans - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

