• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D11-Aug-2014612 2316

READMEH A D11-Oct-2011811 2417

xml2c.1H A D11-Oct-20114 KiB138117

xml2c.cH A D19-Oct-201516.4 KiB623460

README

1   xml2c - convert an XML file into C struct/string declarations
2
3xml2c reads in an XML file and produces equivalent C source code,
4suitable for #including in your program. The C version is probably
5easier deal with in your code. You don't have to read and parse the
6XML file and then look for the nodes you want; instead you just
7loop through a bunch of structs. Or maybe you just don't want to
8distribute extra files with your app, and would rather build them
9into the executable.
10
11See the manual entry for more details.
12
13Files in this distribution:
14
15    README		this
16    Makefile		guess
17    xml2c.c		source file
18    xml2c.1		manual entry
19
20Feedback is welcome - send bug reports, enhancements, checks, money
21orders, etc. to the addresses below.
22
23    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
24