Thread: Need help for retrieving all attribute from a xml file using libxml2

  1. #1
    Registered User
    Join Date
    Sep 2006
    Location
    South Pacific Island
    Posts
    9

    Need help for retrieving all attribute from a xml file using libxml2

    Hi, all.

    I am trying to use libxml2 to retrieve all the elements and attributes from a xml file.

    Through the tutorial in xmlsoft.org, I am able to compile the example code to retrieve A certain element or attribute.

    Now I want to know how to retrieve ALL elements or attributes in this xml file. Or say how I can walk through the whole xml file and read its content.

    Any idea or link for my question?

  2. #2
    Registered User
    Join Date
    Apr 2006
    Posts
    58
    Have you tried Expat?

    http://expat.sourceforge.net/

    Sam

  3. #3
    Registered User
    Join Date
    Sep 2006
    Location
    South Pacific Island
    Posts
    9
    Quote Originally Posted by samf
    Have you tried Expat?

    http://expat.sourceforge.net/
    Thank you. Does the expat is better (easier) than the libxml2 ?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Two threads basically discussing the same thing.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  2. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  3. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  4. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM