cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How do I parse an XML file?
How do I parse an XML file?
Nov 8, 2011 at 5:03pm UTC
AlecTaylor
(2)
Good morning,
I've been trying with various libraries (everything from pugixml to RapidXML) but have been unable to parse a simple XML file.
My RapidXML attempt:
https://ideone.com/XWylb
My pugiXML attempt:
https://ideone.com/RzN6X
My tinyXML attempt:
https://ideone.com/yC1l8
XML file:
https://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.
Last edited on
Nov 9, 2011 at 4:22am UTC
Topic archived. No new replies allowed.