Hi,
I am having problems handling white space etc while parsing XML documents.
The data I want to be saved is somethign like this which include line feeds
and white spaces
<info>
<label>ABB</label>
<description>Please</description>
</info>
<question id="TEacher" xsi:type="options">
when I save this xml and parse it and get it i get something like this
<info> <label>ABB</label>
<description>Please</description></info><question id="TEacher"
xsi:type="options">
with all the line feeds stripped of.....Can someone let me know how I can
retain all these?
--
View this message in context:
http://old.nabble.com/Problems-with-White-Space-and-Line-Feed-Handling-tp28367855p28367855.html
Sent from the Xerces - C - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]