[Bug 192583] New: Review Request: php-pear-XML-Parser - XML parsing class based on PHP's bundled expat

bugzilla at redhat.com bugzilla at redhat.com
Sun May 21 07:56:42 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192583

           Summary: Review Request: php-pear-XML-Parser - XML parsing class
                    based on PHP's bundled expat
           Product: Fedora Extras
           Version: devel
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Package Review
        AssignedTo: bugzilla-sink at leemhuis.info
        ReportedBy: Fedora at FamilleCollet.com
         QAContact: fedora-package-review at redhat.com


Spec URL: http://remi.collet.free.fr/rpms/extras/php-pear-XML-Parser.spec
SRPM URL: http://remi.collet.free.fr/rpms/extras/php-pear-XML-Parser-1.2.7-1.fc5.src.rpm
Description: http://remi.collet.free.fr/rpms/extras/php-pear-XML-Parser-build.log

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.
--------------------
With DB, HTTP (Bug #190156), Mail (Bug #190066), Net_Socket (Bug #190957), Net_SMTP (Bug #190958), extras will provides all the extensions which was provides by php until version 5.0.4 (in FC4).

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list