   xml2c - convert an XML file into C struct/string declarations

xml2c reads in an XML file and produces equivalent C source code,
suitable for #including in your program. The C version is probably
easier deal with in your code. You don't have to read and parse the
XML file and then look for the nodes you want; instead you just
loop through a bunch of structs. Or maybe you just don't want to
distribute extra files with your app, and would rather build them
into the executable.

See the manual entry for more details.

Files in this distribution:

    README		this
    Makefile		guess
    xml2c.c		source file
    xml2c.1		manual entry

Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.

    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
