K 10 svn:author V 5 edwin K 8 svn:date V 27 2003-09-08T02:28:24.000000Z K 7 svn:log V 443 New port: PEAR class provided an XPath/DOM XML manipulation 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/56446 Submitted by: Alex Miller END