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
Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight
CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
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.