arbit / xml
XML reader with a SimpleXML like API.
Installs: 226
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/arbit/xml
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.