DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamephp-xml-parser
BeschreibungPHP PEAR module for parsing XML
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.3.2-4
Sektionphp
Prioritätoptional
Installierte Größe236 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerDebian PHP Maintainers
Quelle
Paketgröße18992 Byte
Prüfsumme MD50ffa9f572c890bfa92fb572be72508ca
Prüfsumme SHA142031f88e05093d45f6d7ecf16db9827c18f0a00
Prüfsumme SHA256f22d7d142fec55cfe599418547572fda60d490000f6f935863df0fb1474f47cf
Link zum Herunterladenphp-xml-parser_1.3.2-4_all.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds