Package pear-XML_Parser: Information

    Source package: pear-XML_Parser
    Version: 1.3.2-alt1
    Build time:  Jul 1, 2009, 09:34 AM
    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

    ACL:
    @qa_p7

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

    Last changed


    July 1, 2009 Vitaly Lipatov 1.3.2-alt1
    - new version 1.3.2 (with rpmrb script)
    June 20, 2008 Vitaly Lipatov 1.2.8-alt3
    - autorebuild for correct requires(pre) (see bug #16086)
    Jan. 10, 2008 Vitaly Lipatov 1.2.8-alt2
    - update according to rpm-build-pear 0.3