To commit a PEAR extension class called XML_XPath which is a DOM frontend for the 
domxml/xpath functions.  It works by building a domxml_xmldoc tree and a pointer, and 
allows the user to move around in the tree using either the DOM step functions or 
xpath queries.  It feels very much like DB does for databases.  It implements 
XPath_result and XPath_error to handle the appropriate return objects.
(I am the same user as [EMAIL PROTECTED])

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to