[
Lists Home |
Date Index |
Thread Index
]
Just depends on what it doesn't "Conform" to within the standard. I'm
not doing any validation or major nesting. I just need to add and
extract nodes from simple documents not much more than a few levels deep
with some tag values. Example might be:
<top x=1>
<nest y=2 z=3>val</nest>
<nest y=4 z=6>other val</nest>
<nest><deepnest>deep val</deepnest></nest>
</top>
I'm really using it more for input data parsing and perhaps some simple
document construction. Like adding another <nest/> to this above.
-- Fred
-----Original Message-----
From: Robin Berjon [mailto:robin.berjon@expway.fr]
Sent: Thursday, December 08, 2005 3:41 PM
To: Fred Crable
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] Need good C++ XML Library
On Dec 08, 2005, at 22:16, Fred Crable wrote:
> TinyXML look promising.
Last I checked this wasn't a conforming parser so you probably want
to avoid it.
--
Robin Berjon
Senior Research Scientist
Expway, http://expway.com/
|