Paketname | php-xml-parser |
Beschreibung | PHP PEAR module for parsing XML |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.3.2-4 |
Sektion | php |
Priorität | optional |
Installierte Größe | 236 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Debian PHP Maintainers |
Quelle | |
Paketgröße | 18992 Byte |
Prüfsumme MD5 | 0ffa9f572c890bfa92fb572be72508ca |
Prüfsumme SHA1 | 42031f88e05093d45f6d7ecf16db9827c18f0a00 |
Prüfsumme SHA256 | f22d7d142fec55cfe599418547572fda60d490000f6f935863df0fb1474f47cf |
Link zum Herunterladen | php-xml-parser_1.3.2-4_all.deb |
Ausführliche Beschreibung | 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.
|