How to parse XML file in C?

Discussion in 'Programming' started by Harris21, Sep 13, 2010.

  1. #1
    i have one XML, that contain some information like ip, port no, user name and password etc... how could i parse XML in c?
     
    Harris21, Sep 13, 2010 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    You could write your own parser, or look into libxml2 or Mini-XML.
     
    drhowarddrfine, Sep 13, 2010 IP
  3. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #3
    loop-- strcmp... should be easy.

    Q...
     
    QiSoftware, Sep 15, 2010 IP