PLEASE NOTE that we are in the process of moving to GitHub: https://github.com/libexpat/libexpat
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.
PLEASE NOTE that we are in the process of moving to GitHub: https://github.com/libexpat/libexpat
License
MIT LicenseFollow Expat XML Parser
Other Useful Business Software
$300 in Free Credit for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
toop
-
best
-
super!
-
Please ignore the "review" from debguy - he is very confused. There is NO claim from Microsoft in these files: what debguy has found is that the author's have included project files so that, if you want, you can use Visual Studio to build the source code. His reference to "Tailand" (sic) seems to come from the Copyright notice that refers to "Thai Open Source Software Center Ltd" which is just the name of James Clark's company (Clark was born in the UK and lives in Thailand - which makes him an expat, of couse). Expat is a superb piece of work.
-
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.