Thread: interpreting xml

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    110

    interpreting xml

    I am wondering if it is possible to write a program in c++ that interprets xml files. Are there any libs out there that would help with this type of thing.

    Has anyone had any experience / suggestions with using xml in this mannor.

    The reason I am interested in implementing xml is for easy management of the objects being presented in the gui.

    Later,
    WebmasterMattD
    http://www.webmastermattd.net
    ===============================

  2. #2
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    My favorite and the one I found easiest to use by far is the Chilkat XML Library, avaliable from www.xml-parser.com. Takes a bit to download and set up, but its worth it.

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    110
    I am looking for more of a non platform specific library (if such a thing exists) that would work the same on both Windows and Linux.

    Thanks for your tip.
    WebmasterMattD
    WebmasterMattD.NET

  4. #4
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Boost has a parser framework, but that may be a bit of a pain to get working with XML. Xmllib (xmlsoft.org) is a C XML parser which was originally written for GNOME, and it is portable.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Parsing Xml
    By deviousdexter in forum C# Programming
    Replies: 7
    Last Post: 04-24-2009, 06:29 AM
  2. Dissecting an Excel XML spreadsheet
    By desmond5 in forum C++ Programming
    Replies: 1
    Last Post: 05-22-2008, 04:32 PM
  3. XML encoding issue
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-16-2008, 05:21 AM
  4. XML and data exchange
    By seexml in forum C Programming
    Replies: 0
    Last Post: 04-27-2006, 03:02 PM
  5. Need help with this xml tree example
    By kzar in forum C Programming
    Replies: 1
    Last Post: 11-22-2004, 11:23 AM