[PHP-DEV] php_domxml.c From: Sebastian Bergmann (sb <email protected>)
Date: 05/13/01

  What's the reason for

    #if defined(LIBXML_XPATH_ENABLED)
    /* PHP_FE(xpath_new_context, NULL)
       PHP_FE(xpath_eval, NULL)
       PHP_FE(xpath_eval_expression, NULL) */
    #endif
    #if defined(LIBXML_XPTR_ENABLED)
    /* PHP_FE(xptr_new_context, NULL)
       PHP_FE(xptr_eval, NULL) */
    #endif

  I'm curious, because I need xpath_new_context() for Ulf Wendel's
Menu_Browser class :-/

-- 
 sebastian bergmann                            sb <email protected>
                                       http://www.sebastian-bergmann.de

bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>