Features
.
- Tree oriented: each node is strongly typed
- Dynamically allocated: like a DOM XML parser, this parser reads all the data in memory, using
calloc
and strdup
.
- Reading a file or a character buffer
- Getting an Element by its path
- Creates, read, updates or deletes a property of an object or an item of an array.
- Documentation built with Doxygen
How to build
download jsp_parser-X.X.X.tar.gz
tar xzf jsp_parser-X.X.X.tar.gz
cd jsp_parser-X.X.X
./configure
make
make install
API
See the main header