Expat XML Parser
Description
This is James Clark's Expat XML parser library in C. It is a stream oriented parser that requires setting handlers to deal with the structure that the parser discovers in the document.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Thanks for great project! Simply the best.Good,good,good.+1
-
very good project, thanks!Good,good,good.+1
-
very good project, thanks!Good,good,good.+1
-
Expat is the parser of choice used by many higher level (e.g. DOM parsing) projects to do the actual physical parsing. It is highly efficient, very robust, well tested, and standards compliant. There are other excellent choice besides this one, but you won't go wrong with expat.
-
very good project, thanks!Good,good,good.+1
-
Hello, Can you explain to me how to use SAX of this library to parse an XML document. knowing that I am a beginner in c. Thanks