4c28ca343d
This is an XML parser based on PHP's 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. PR: ports/56361 Submitted by: Alex Miller <asm@asm.kiev.ua>
1 line
67 B
Text
1 line
67 B
Text
MD5 (PEAR/XML_Parser-1.0.1.tgz) = cd4d7a3d63c65a75859ae89096bf7dd1
|