arbit / xml
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.0.1) of this package.
XML reader with a SimpleXML like API.
1.0.1
2013-03-31 10:28 UTC
This package is auto-updated.
Last update: 2021-04-07 16:46:37 UTC
README
XML reader with a SimpleXML like API. Used internally by other arbit sub-projects. Should probably not used anywhere else.
Building / Testing
To build the project just type:
git submodule init git submodule update ant
The first two commands are only needed when building for the first time. The
ant
command should run the tests and all verifications.