Package pear-XML_Parser: Information

Source package: pear-XML_Parser
Version: 1.3.8-alt1
Latest version according to Repology
Build time:  Oct 10, 2020, 06:30 AM in the task #259554
Report package bug
License: PHP License
Summary: XML parsing class based on PHP's bundled expat
Description: 
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.

Since version 1.2.0 there's a new XML_Parser_Simple class that makes
parsing of most XML documents easier, by automatically providing a stack
for the elements.
Furthermore its now possible to split the parser from the handler object,
so you do not have to extend XML_Parser anymore in order to parse a
document with it.

List of rpms provided by this srpm:
pear-XML_Parser (noarch)

Maintainer: Vitaly Lipatov

List of contributors:
Vitaly Lipatov


    1. rpm-build-pear
    2. pear-core

Last changed


Oct. 10, 2020 Vitaly Lipatov 1.3.8-alt1
- new version 1.3.8 (with rpmrb script)
July 28, 2016 Vitaly Lipatov 1.3.7-alt1
- new version 1.3.7 (with rpmrb script)
July 1, 2009 Vitaly Lipatov 1.3.2-alt1
- new version 1.3.2 (with rpmrb script)