[Home] [By Thread] [By Date] [Recent Entries]

  • To: "Robin Berjon" <robin.berjon@e...>
  • Subject: RE: Need good C++ XML Library
  • From: "Fred Crable" <fcrable@v...>
  • Date: Thu, 8 Dec 2005 15:57:43 -0600
  • Cc: <xml-dev@l...>
  • Thread-index: AcX8QBTU7dFM8KocSBiTSAZiwZ617wAAdbEQ
  • Thread-topic: 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:robin.berjon@e...] 
Sent: Thursday, December 08, 2005 3:41 PM
To: Fred Crable
Cc: xml-dev@l...
Subject: Re:  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/




Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member