|
-
February 14th, 2005, 08:21 AM
#1
XML parser C++
How can I read/write XML files using C++ on Linux RedHat platform? Is there any C++ parser to manage XML files? Where can I find it?
Thanks!
-
February 14th, 2005, 09:28 AM
#2
Re: XML parser C++
 Originally Posted by bech
How can I read/write XML files using C++ on Linux RedHat platform? Is there any C++ parser to manage XML files? Where can I find it?
Thanks!
Xerces is C++ DOM parser (Tree-based). There is another XML parser Expat written in plain C, its a SAX parser (Event-based). You can find it here. Both are open-source.
Hope this helps,
Regards,
Usman.
-
February 14th, 2005, 09:28 AM
#3
Re: XML parser C++
Simply use a search engine such as Google and look for "XML parser C++"...
-
February 14th, 2005, 09:56 AM
#4
Re: XML parser C++
My preference is libxml, which is probably already bundled with your Red Hat installation.
-
February 15th, 2005, 04:03 AM
#5
Re: XML parser C++
As far as I know even Expat is bundled with some of Linux flavors.
bashish
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|