mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c43d8da5f4
- While I'm here: - Update MASTER_SITES - Clean up Makefile - Update manpage location (r523104) - Update pkg-descr - Update WWW - Take maintainership PR: 244451 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
9 lines
456 B
Plaintext
9 lines
456 B
Plaintext
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.
|
|
|
|
WWW: https://acme.com/software/xml2c/
|