Open GoogleCodeExporter opened 9 years ago
I had a problem with this too. tinyxml++ really should not touch the text
content in xml nodes. In my case I needed to parse a xml file that has text
nodes like this:
<properties>
name=value1
type=some_type
color=23
width=45
</properties>
With the default settings tinyxml++ removed all line endings and makes my
internal parser for a node text content confused.
Regards,
Łukasz
Original comment by chartsac...@gmail.com
on 7 Nov 2010 at 2:07
Original issue reported on code.google.com by
nicolas....@gmail.com
on 4 Dec 2008 at 3:17