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 Ubuntu Archiv lucid (universe)
Version1.3.0-1
Sektionuniverse/web
Prioritätoptional
Installierte Größe148 Byte
Hängt ab vonphp-pear
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße15184 Byte
Prüfsumme MD570eb7341160897f6016fdafa3458d8d0
Prüfsumme SHA1ade6a704ec1fa18984908712bacda1e1f4522c28
Prüfsumme SHA256adbe61b1018e0bc46c27ee6fa557f98fd701af9ae2586a2c1a48b087ecb0ecb4
Link zum Herunterladenphp-xml-parser_1.3.0-1_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