./wip/pear-XML_Parser, XML parsing class based on PHPs bundled expat

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.2, Package name: php74-pear-XML_Parser-1.3.2, Maintainer: wenheping

pear-XML_Parser 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.


Required to run:
[lang/pear] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-02-17 06:44:28 by Wen Heping | Files touched by this commit (3) | Imported package
Log message:
Import php5-pear-XML_Parser-1.3.2 as wip/pear-XML_Parser.

pear-XML_Parser 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.