Thread: reading xml

  1. #1
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158

    Question reading xml

    I have heard many places that XML is a good way to store certain data. But, I always make and use my own "markup script"; so I was thinking, the only way that it would be easier was if there was an already existing XML file reader.
    Does anyone know of a XML library/class/reader that I could use?

  2. #2
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Ah, I found one.

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Now I found an ever better one; iirXML.
    I had no idea they where called parsers.

  4. #4
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Popular ones are libxml2, expat and Xerces-C++.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 02-02-2009, 07:27 AM
  2. reading from xml
    By mixalissen in forum C# Programming
    Replies: 1
    Last Post: 05-28-2008, 11:35 AM
  3. Reading XML returned from a POST
    By ltcabral in forum C Programming
    Replies: 2
    Last Post: 04-07-2008, 10:28 AM
  4. Reading XML
    By mdoland in forum C# Programming
    Replies: 7
    Last Post: 09-14-2007, 02:18 AM
  5. reading and writing xml using c
    By cnu_sree in forum C Programming
    Replies: 3
    Last Post: 04-20-2007, 05:25 AM