Yes, this is the way it's supposed to work, did you see anything different?
Radu -----Original Message----- From: Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, July 17, 2005 4:51 PM To: [email protected] Subject: CDATA whitespace in XMLBeans Is it possible to preserve the whitespace in CDATA segments? For example, if I have something like this: <SomeStatment> <![CDATA[ FOO FOO FOO BAR BAR BAR ]]> </SomeStatement> I would like to have the string returned from retrieving this element as " FOO FOO FOO\n BAR BAR BAR" or something like that. The reason I am asking for this is that I'm probably going to stick these segments into HTML form text fields, so I would like the white space preserved exactly. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.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]

