Boost logo

Boost Users :

From: Mateusz Łoskot (mateusz_at_[hidden])
Date: 2006-04-17 09:43:44


lanser wrote:
> hello, i need a simple xml prasing library, i consider there should be
> some in boost lib but i can't find it or document for this, help!

Take a look at Daniel Nuffer's example presenting how to parse
XML documents using Spirit (at the bottom):

http://spirit.sourceforge.net/repository/applications/show_contents.php

Second, I'm not sure what XML parser are you looking
for: DOM or SAX, so here are my recommendations for both engines:
- SAX parser -> Expat
http://expat.sourceforge.net/

- DOM parsr -> TinyXML
http://www.grinninglizard.com/tinyxmldocs/index.html

Both are very portable and quite easy to use.

Cheers

-- 
Mateusz Łoskot
http://mateusz.loskot.net

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net