资 源 简 介
This library is minimum, easy-to-use, C implementation for xml file parsing.
contact: tristan.lelong@libroxml.net
Official webpage and documentation is available at http://www.libroxml.net
Official downloads are available at http://download.libroxml.net
Official source code is now hosted on http://blunderer.github.io/libroxml/
Debian user can go to http://debian.libroxml.net for debian mirror and packages
Why libroxml?
Because XML parsing is always hard to reinvent
Because very often, xml libraries are too big to fit with little application
To be sure libroxml will stay easy to use, I"ll limit the public API to 30 functions.
This is quite enought for basic needs, and most of the time, we don"t need more.
Currently 22 functions are part of the public API and library binary is about 50Ko.
see libroxml performances
What"s happening Now