FreeBSD.software

xml2c

20151019_3

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.

Origin: converters/xml2c
Category: converters
Size: 14.1KiB
License: BSD2CLAUSE
Maintainer: sunpoet@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
$pkg install xml2c

Dependencies (1)

More in converters