![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 239
Rep Power: 3
![]() |
Building a simple XML Parser
I want to build a simple XML parser using C++. At first, I don't mind about DTD declarations or special features. I want to be able to load an XML string and then output the code in a simple tree holding strings (the values of the XML document)
But the problem is that although I know all about XML, I haven't got the slightest idea about how to make an XML parser (or any other parser of the same logic). I believe a recursive descent parser is sufficient. Can anyone point me into the right direction? All I want is a general idea, like the way I will organize my classes, what STL classes would prove useful... A general documentation upon parsers would also be helpful (google should work, but I always find better answers in forums).
__________________
Project::Soulstorm (personal homepage) |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pyparsing - Python parser library | ptmcg | Show Off Your Open Source Projects | 0 | Feb 11th, 2008 8:50 AM |
| Help Parsing 1.2 Gig XML File | fahlyn | Java | 9 | Jan 17th, 2008 6:09 PM |
| writing a parser in c++ | programmingnoob | C++ | 47 | Jul 24th, 2006 3:28 AM |
| SGML parser | printf | PHP | 1 | Oct 17th, 2005 4:52 PM |
| Simple Function Questions | meverha1 | C++ | 16 | Sep 12th, 2005 1:25 AM |