E
E

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...

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
2likes
0articles

Features

No features, maybe you want to suggest one?

Expat News & Activities

Highlights All activities

Recent activities

No activities found.

Expat information

AlternativeTo Category

Development

Popular alternatives

View all
Expat was added to AlternativeTo by vermin96 on and this page was last updated .
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.