summaryrefslogtreecommitdiff
path: root/devel/pear-XML_XPath/pkg-descr
blob: 10e4f451dbbb5394f8cb88d49b998842a4d987d3 (plain) (blame)
1
2
3
4
5
6
7
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.

WWW:  http://pear.php.net/package/XML_XPath/