XML parsing class based on PHP's bundled expat
This is an XML parser based on PHPs built-in xml extension.
It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Education/php5-pear-xml_parser && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
XML_Parser-1.3.7.tgz | 0000013339 13 KB | |
php5-pear-xml_parser.changes | 0000001750 1.71 KB | |
php5-pear-xml_parser.spec | 0000003143 3.07 KB |
Comments 0