Date: 11/29/02
- Next message: Philip Olson: "[PHP-DOC] Re: Modules/Extensions not in 4.3"
- Previous message: Bertrand Mansion: "[PHP-DOC] Re: [PEAR-DOC] Re: [PHP-DOC] Re: [PEAR-DOC] Re: [PHP-DOC] Modules/Extensions not in 4.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
chregu Fri Nov 29 03:59:02 2002 EDT
Modified files:
/phpdoc/en/reference/domxml/functions xpath-eval.xml
Log:
add optional contextnode parameter
Index: phpdoc/en/reference/domxml/functions/xpath-eval.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.3 phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.4
--- phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.3 Wed Nov 27 05:25:28 2002
+++ phpdoc/en/reference/domxml/functions/xpath-eval.xml Fri Nov 29 03:59:02 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.xpath-eval">
<refnamediv>
@@ -14,9 +14,11 @@
<type>array</type><methodname>xpath_eval</methodname>
<methodparam><type>object</type><parameter>xpath context</parameter></methodparam>
<methodparam><type>string</type><parameter>xpath expression</parameter></methodparam>
+ <methodparam choice="opt"><type>object</type><parameter>contextnode</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
+ The optional <parameter>contextnode</parameter> can be specified for doing relative XPath queries.
</para>
<para>
See also <function>xpath_new_context</function>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Philip Olson: "[PHP-DOC] Re: Modules/Extensions not in 4.3"
- Previous message: Bertrand Mansion: "[PHP-DOC] Re: [PEAR-DOC] Re: [PHP-DOC] Re: [PEAR-DOC] Re: [PHP-DOC] Modules/Extensions not in 4.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

