add c2xml program
commitf744a1419d9264eaa3d8c8b9145488429b19d4a1
authorRob Taylor <rob.taylor@codethink.co.uk>
Mon, 2 Jul 2007 12:27:46 +0000 (2 13:27 +0100)
committerJosh Triplett <josh@freedesktop.org>
Sat, 14 Jul 2007 06:22:46 +0000 (13 23:22 -0700)
tree80b812e9e07adbb1b3ad727ce8f10bee68942a46
parent29753cad1490a9ddaaac3de6c541cd973608ed09
add c2xml program

Adds new c2xml program which dumps out the parse tree for a given file as
well-formed xml. A DTD for the format is included as parse.dtd.

Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
[Josh: DTD fixes]
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Makefile
c2xml.c [new file with mode: 0644]
parse.dtd [new file with mode: 0644]