K 10 svn:author V 5 edwin K 8 svn:date V 27 2003-09-08T00:29:37.000000Z K 7 svn:log V 445 New port: PEAR XML parsing class based on PHP's bundled expat 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 END