Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37501759
en ru br
ALT Linux repos
S:1.3.8-alt1
5.0: 1.2.8-alt3
4.1: 1.2.8-alt2

Group :: Development/Other
RPM: pear-XML_Parser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.3.8-alt1
Build date: 10 october 2020, 02:23 ( 184.6 weeks ago )
Size: 17.45 Kb

Home page:   http://pear.php.net/package/XML_Parser

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • pear-XML_Parser
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin