RE: [xml-dev] Need good C++ XML Library

From
Fred Crable <>
To
Robin Berjon <>
Date
2005-12-08T21:57:43Z
ID
<>
Thread
RE: [xml-dev] Need good C++ XML Library
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:] 
Sent: Thursday, December 08, 2005 3:41 PM
To: Fred Crable
Cc: 
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/