Expat 2.0.0 review

Download
by rbytes.net on

Expat is a stream-oriented XML parser written in C

License: MIT/X Consortium License
File size: 0K
Developer: James Clark
0 stars award from rbytes.net

Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse.

These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.

Expat 2.0.0 search tags