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 Free Credits to Build on Google Cloud
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
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.