How do I parse an XML file using RapidXML?

Newbie Member
8Nov2011,22:47   #1
AlecTaylor's Avatar
Good morning,

I've been trying with various libraries (everything from pugixml to RapidXML) but have been unable to parse a simple XML file. I want to grab all the inner text of each page->text into separate std::string's., so 1 page per std::string.

My RapidXML attempt: ideone.com/XWylb

My pugiXML attempt: ideone.com/RzN6X

XML file: ideone.com/wrG13

Can you help me get one to work?

Thanks for all suggestions,

Alec Taylor

PS: Preferably I would like the RapidXML one to work.
Newbie Member
9Nov2011,09:53   #2
AlecTaylor's Avatar
My tinyXML attempt: ideone.com/yC1l8

(still not working)
Newbie Member
9Nov2011,14:49   #3
AlecTaylor's Avatar
Figured out the rapidxml version.