didou Sun Jun 12 00:17:53 2005 EDT
Modified files:
/phpdoc/en/reference/domxml/functions DomDocument-add-root.xml
DomDocument-dump-mem.xml
DomDocument-xinclude.xml
DomXsltStylesheet-process.xml
DomXsltStylesheet-result-dump-file.xml
DomXsltStylesheet-result-dump-mem.xml
domxml-new-doc.xml
domxml-xmltree.xml
domxml-xslt-stylesheet-doc.xml
domxml-xslt-stylesheet-file.xml
domxml-xslt-stylesheet.xml
xpath-eval-expression.xml
xpath-eval.xml
xpath-new-context.xml
Log:
not experimental anymore
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml:1.7 Tue Nov
23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-add-root.xml Sun Jun
12 00:17:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
<refentry id="function.domdocument-add-root">
<refnamediv>
@@ -14,7 +14,6 @@
<type>domelement</type><methodname>DomDocument->add_root</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Adds a root element node to a dom document and returns the new node.
The element name is given in the passed parameter.
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml:1.7 Mon Nov
1 11:20:49 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml Sun Jun
12 00:17:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
<refentry id="function.domdocument-dump-mem">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam
choice="opt"><type>bool</type><parameter>format</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Creates an XML document from the dom representation. This function
usually is called after building a new dom document from scratch
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml:1.7 Wed Jan
12 05:59:42 2005
+++ phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml Sun Jun
12 00:17:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.domdocument-xinclude">
<refnamediv>
<refname>DomDocument->xinclude</refname>
@@ -13,7 +13,6 @@
<type>int</type><methodname>DomDocument->xinclude</methodname>
<void/>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function substitutes <ulink
url="&url.xinclude.spec;">XIncludes</ulink> in a DomDocument object.
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml
diff -u phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml:1.7
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml:1.7
Tue Nov 23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-process.xml Sun Jun
12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.domxsltstylesheet-process">
<refnamediv>
<refname>DomXsltStylesheet->process</refname>
@@ -16,7 +16,6 @@
<methodparam
choice="opt"><type>bool</type><parameter>param_is_xpath</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
&warn.undocumented.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml?r1=1.6&r2=1.7&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml
diff -u
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml:1.6
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml:1.7
---
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml:1.6
Tue Nov 23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml
Sun Jun 12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.domxsltstylesheet-result-dump-file">
<refnamediv>
<refname>DomXsltStylesheet->result_dump_file</refname>
@@ -15,7 +15,6 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function is only available since PHP 4.3
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml?r1=1.8&r2=1.9&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml
diff -u
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.8
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.9
---
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.8
Tue Nov 23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml
Sun Jun 12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.domxsltstylesheet-result-dump-mem">
<refnamediv>
<refname>DomXsltStylesheet->result_dump_mem</refname>
@@ -14,7 +14,6 @@
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function is only available since PHP 4.3
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-new-doc.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-new-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.6
phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.7
--- phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.6 Tue Nov 23
04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-new-doc.xml Sun Jun 12
00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
<refentry id="function.domxml-new-doc">
<refnamediv>
@@ -14,7 +14,6 @@
<type>domdocument</type><methodname>domxml_new_doc</methodname>
<methodparam><type>string</type><parameter>version</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Creates a new dom document from scratch and returns it.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xmltree.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xmltree.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.4
phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.5
--- phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.4 Tue Nov 23
04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xmltree.xml Sun Jun 12
00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.domxml-xmltree">
<refnamediv>
@@ -14,7 +14,6 @@
<type>domdocument</type><methodname>domxml_xmltree</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The function parses the XML document in
<parameter>str</parameter> and returns a tree PHP objects as the
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.7
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.8
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.7
Tue Nov 23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml Sun Jun
12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.domxml-xslt-stylesheet-doc">
<refnamediv>
<refname>domxml_xslt_stylesheet_doc</refname>
@@ -13,7 +13,6 @@
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_doc</methodname>
<methodparam><type>domdocument</type><parameter>DocDocumentObject</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
&warn.undocumented.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
diff -u
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.8
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.9
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.8
Tue Nov 23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
Sun Jun 12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.domxml-xslt-stylesheet-file">
<refnamediv>
<refname>domxml_xslt_stylesheet_file</refname>
@@ -13,7 +13,6 @@
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_file</methodname>
<methodparam><type>string</type><parameter>xsl_file</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
&warn.undocumented.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.8
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.9
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.8 Tue Nov
23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml Sun Jun
12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.domxml-xslt-stylesheet">
<refnamediv>
<refname>domxml_xslt_stylesheet</refname>
@@ -13,7 +13,6 @@
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet</methodname>
<methodparam><type>string</type><parameter>xsl_document</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
&warn.undocumented.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml:1.6
phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml:1.7
--- phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml:1.6 Tue Nov
23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/xpath-eval-expression.xml Sun Jun
12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.29 -->
<refentry id="function.xpath-eval-expression">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
<methodparam><type>string</type><parameter>expression</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<example>
<title><function>xpath_eval_expression</function> Example</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-eval.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/xpath-eval.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.8
phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.9
--- phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.8 Wed Apr 27
08:22:19 2005
+++ phpdoc/en/reference/domxml/functions/xpath-eval.xml Sun Jun 12 00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.xpath-eval">
<refnamediv>
@@ -16,7 +16,6 @@
<methodparam><type>string</type><parameter>xpath_expression</parameter></methodparam>
<methodparam
choice="opt"><type>domnode</type><parameter>contextnode</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The optional <parameter>contextnode</parameter> can be specified for doing
relative XPath queries.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-new-context.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/xpath-new-context.xml
diff -u phpdoc/en/reference/domxml/functions/xpath-new-context.xml:1.5
phpdoc/en/reference/domxml/functions/xpath-new-context.xml:1.6
--- phpdoc/en/reference/domxml/functions/xpath-new-context.xml:1.5 Tue Nov
23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/xpath-new-context.xml Sun Jun 12
00:17:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.xpath-new-context">
<refnamediv>
@@ -14,7 +14,6 @@
<type>XPathContext</type><methodname>xpath_new_context</methodname>
<methodparam><type>domdocument</type><parameter>dom_document</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
</para>
<para>