in reply to Re: xml::libxml open, add and save not formatting properly
in thread xml::libxml open, add and save not formatting properly
Putting stuff in like CDATA, by definition ignored by the parser, doesn't help in that respect.
Doesn't hurt either. The following three lines are identical from the point of view of an XML parser:
<![CDATA[http://www.example.com.com/]]> http://www.example.com.com/ http://www.example.com.com/
|
|---|