VI

Delphi

expat 1.0 from November 13, 2023

This is Expat, a C library for parsing XML, started by James Clark in 1997.

Expat is a stream-oriented XML parser.

This means that you register handlers with the parser before starting the parse.

Description

This is Expat, a C library for parsing XML, started by James Clark in 1997.

Expat is a stream-oriented XML parser.

This means that you register handlers with the parser before starting the parse.

Additional Information