XML_ExpatVersionInfo(): New function; returns library version as a
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 21 Dec 2000 00:32:47 +0000 (00:32 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 21 Dec 2000 00:32:47 +0000 (00:32 +0000)
commiteb5ef0f8d900339d2be119480fef504e3f4c2f1c
tree5979da4afaf71ceecf7428729cb5c31b4735ac28
parent28ebb2194d87d43d58f9948ca122e4d8b39af55c
XML_ExpatVersionInfo():  New function; returns library version as a
        structure that can be examined at runtime.

XML_ExpatVersion():  Construct the return value from the new version
        information constants.

XML_MAJOR_VERSION, XML_MINOR_VERSION,
XML_MICRO_VERSION:  New constants; these specify the version of the
        library in a form that can be queried by client applications
        at compile time.  This is useful in determining if functions
        should be considered available (like those above).
expat/lib/expat.h
expat/lib/xmlparse.c