Expat
2 likes
Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). As one of the first available open-source XML parsers, Expat has found a place in many...
Cost / License
- Free
- Open Source
Platforms
- Linux
Features
No features, maybe you want to suggest one?
Tags
- xml
- c-library
- programming
Expat News & Activities
Highlights All activities
Recent activities
Expat information
No comments or reviews, maybe you want to be first?
What is Expat?
Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). As one of the first available open-source XML parsers, Expat has found a place in many open-source projects.