Ask Experts Questions for FREE Help !
Ask
    wolfgangqpublic's Avatar
    wolfgangqpublic Posts: 189, Reputation: 29
    -
     
    #1

    Jan 26, 2009, 11:48 PM
    Best XML parser for C
    Hi,

    My application needs me to parse HUGE XML files. I need to implement it only in C language. Please suggest me a parser for XML in C.

    I came across libxml2 parser. Libxml2 inturn has 'SAX type' parser and ' XMLReader ' pull parser. Please let me know which among these is better in implementation / memory handling or suggest me if there are any better ones.

    Thanks,
    Rajiv.
    crigby's Avatar
    crigby Posts: 4,343, Reputation: 107
    Outdoor Power Equipment Expert
     
    #2

    Feb 2, 2009, 10:06 AM

    Hi,
    There are any number of them Expat at Sourceforge(which is where I would first look for something like that) is one and then there are all the sites with "xml" in their names. Try:
    The Expat XML Parser
    XML Parsers
    For a starting point.
    Peace,
    Clarke

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Request for Language Parser Project [ 2 Answers ]

Hi there, I am a Post Graduate Student of Information Technology (IT) in Mumbai University (India). I am doing a Research Project on Language Parsing using Artificial Intelligence. I would be grateful if you could provide me with detail info on how to build a language parser. In...


View more questions Search