Merge from vendor branch TNF:
authoragc <agc>
Mon, 1 Aug 2005 00:25:04 +0000 (00:25 +0000)
committeragc <agc>
Mon, 1 Aug 2005 00:25:04 +0000 (00:25 +0000)
commitd962db1c2e49f6cc4dfc7a64eae672aa106f9307
treef29f1a651a533c95baa6f2c6f9276d9790c13a17
parentd5d01605a639b2c142ff9605e4b2d8defcaa2f31
parent2622229b26940a00f331c064f425e502765e4089
Merge from vendor branch TNF:
Import ezxml library, submitted in PR 30887 by Marcin Jessa.

ezXML is a C library for parsing XML documents inspired by simpleXML
for PHP.  As the name implies, it's easy to use.  It's ideal for
parsing XML configuration files or REST web service responses.  It's
also fast and lightweight (less than 20k compiled).

An example of how to use the ezXML library can be found in
${PREFIX}/share/doc/ezxml