Expat is a library, written in C, for parsing XML documents. It's the underlying XML parser for the open source Mozilla project, perl's XML::Parser, and other open-source XML parsers. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document. Expat it's very fast and also sets a high standard for reliability, robustness and correctness.
Add new comment