mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1f8b48b772
Approved by: portmgr blanket
7 lines
288 B
Plaintext
7 lines
288 B
Plaintext
ezXML is a C library for parsing XML documents inspired by simpleXML for PHP.
|
|
As the name implies, it's easy to use. It's ideal for
|
|
parsing XML configuration files or REST web service responses.
|
|
It's also fast and lightweight (less than 20k compiled).
|
|
|
|
WWW: http://ezxml.sourceforge.net/
|