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]

Reply via email to