'PHP' version of 'XPPq' (xppq-php')
Description
This PHP extension provides an XML parser and preprocessor.
Installation
See installation.
As indicated, to use this component, you also need the ZNDq wrapper.
Usage
If you want to test, launch php test.php
.
Parser
xppq-php
provides an XML pull-parser .
You will find an example of use of the parser here.
The preprocessor
The preprocessor is an URL wrapper who wraps the xpp
protocol. It takes a stream providing the XML data like here, and can be provided to a function which takes an XML data providing streaw, like the above preprocessor, as illustrated here.
Other
See XPPq.
1)
Travis CI does not provide PHP under MacOS.