From fb9ffd82a6c15e316dc8e34aa6cc4422392875d4 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 12 Jun 2005 04:17:52 +0000 Subject: [PATCH] not experimental anymore git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188208 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/domxml/functions/DomDocument-add-root.xml | 3 +-- reference/domxml/functions/DomDocument-dump-mem.xml | 3 +-- reference/domxml/functions/DomDocument-xinclude.xml | 3 +-- reference/domxml/functions/DomXsltStylesheet-process.xml | 3 +-- .../domxml/functions/DomXsltStylesheet-result-dump-file.xml | 3 +-- .../domxml/functions/DomXsltStylesheet-result-dump-mem.xml | 3 +-- reference/domxml/functions/domxml-new-doc.xml | 3 +-- reference/domxml/functions/domxml-xmltree.xml | 3 +-- reference/domxml/functions/domxml-xslt-stylesheet-doc.xml | 3 +-- reference/domxml/functions/domxml-xslt-stylesheet-file.xml | 3 +-- reference/domxml/functions/domxml-xslt-stylesheet.xml | 3 +-- reference/domxml/functions/xpath-eval-expression.xml | 3 +-- reference/domxml/functions/xpath-eval.xml | 3 +-- reference/domxml/functions/xpath-new-context.xml | 3 +-- 14 files changed, 14 insertions(+), 28 deletions(-) diff --git a/reference/domxml/functions/DomDocument-add-root.xml b/reference/domxml/functions/DomDocument-add-root.xml index c574fb7d40..359b50abe8 100644 --- a/reference/domxml/functions/DomDocument-add-root.xml +++ b/reference/domxml/functions/DomDocument-add-root.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ domelementDomDocument->add_root stringname - &warn.experimental.func; Adds a root element node to a dom document and returns the new node. The element name is given in the passed parameter. diff --git a/reference/domxml/functions/DomDocument-dump-mem.xml b/reference/domxml/functions/DomDocument-dump-mem.xml index 4040d26f2d..545e4fc7cb 100644 --- a/reference/domxml/functions/DomDocument-dump-mem.xml +++ b/reference/domxml/functions/DomDocument-dump-mem.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ boolformat stringencoding - &warn.experimental.func; Creates an XML document from the dom representation. This function usually is called after building a new dom document from scratch diff --git a/reference/domxml/functions/DomDocument-xinclude.xml b/reference/domxml/functions/DomDocument-xinclude.xml index 322550ebac..b4792fc5f1 100644 --- a/reference/domxml/functions/DomDocument-xinclude.xml +++ b/reference/domxml/functions/DomDocument-xinclude.xml @@ -1,5 +1,5 @@ - + DomDocument->xinclude @@ -13,7 +13,6 @@ intDomDocument->xinclude - &warn.experimental.func; This function substitutes XIncludes in a DomDocument object. diff --git a/reference/domxml/functions/DomXsltStylesheet-process.xml b/reference/domxml/functions/DomXsltStylesheet-process.xml index be697256ed..bec8b8d844 100644 --- a/reference/domxml/functions/DomXsltStylesheet-process.xml +++ b/reference/domxml/functions/DomXsltStylesheet-process.xml @@ -1,5 +1,5 @@ - + DomXsltStylesheet->process @@ -16,7 +16,6 @@ boolparam_is_xpath - &warn.experimental.func; &warn.undocumented.func; diff --git a/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml b/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml index c3046b4efc..8c1db83827 100644 --- a/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml +++ b/reference/domxml/functions/DomXsltStylesheet-result-dump-file.xml @@ -1,5 +1,5 @@ - + DomXsltStylesheet->result_dump_file @@ -15,7 +15,6 @@ stringfilename - &warn.experimental.func; This function is only available since PHP 4.3 diff --git a/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml b/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml index ae682972f5..48fb43918f 100644 --- a/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml +++ b/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml @@ -1,5 +1,5 @@ - + DomXsltStylesheet->result_dump_mem @@ -14,7 +14,6 @@ domdocumentDomDocument - &warn.experimental.func; This function is only available since PHP 4.3 diff --git a/reference/domxml/functions/domxml-new-doc.xml b/reference/domxml/functions/domxml-new-doc.xml index 879e3703e9..c2d4f6dcfc 100644 --- a/reference/domxml/functions/domxml-new-doc.xml +++ b/reference/domxml/functions/domxml-new-doc.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ domdocumentdomxml_new_doc stringversion - &warn.experimental.func; Creates a new dom document from scratch and returns it. diff --git a/reference/domxml/functions/domxml-xmltree.xml b/reference/domxml/functions/domxml-xmltree.xml index 94e9723986..d96a2baf7d 100644 --- a/reference/domxml/functions/domxml-xmltree.xml +++ b/reference/domxml/functions/domxml-xmltree.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ domdocumentdomxml_xmltree stringstr - &warn.experimental.func; The function parses the XML document in str and returns a tree PHP objects as the diff --git a/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml b/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml index c1d3f0f16c..2bd049cb60 100644 --- a/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml +++ b/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml @@ -1,5 +1,5 @@ - + domxml_xslt_stylesheet_doc @@ -13,7 +13,6 @@ XsltStylesheetdomxml_xslt_stylesheet_doc domdocumentDocDocumentObject - &warn.experimental.func; &warn.undocumented.func; diff --git a/reference/domxml/functions/domxml-xslt-stylesheet-file.xml b/reference/domxml/functions/domxml-xslt-stylesheet-file.xml index 3977d46cd9..62df157557 100644 --- a/reference/domxml/functions/domxml-xslt-stylesheet-file.xml +++ b/reference/domxml/functions/domxml-xslt-stylesheet-file.xml @@ -1,5 +1,5 @@ - + domxml_xslt_stylesheet_file @@ -13,7 +13,6 @@ XsltStylesheetdomxml_xslt_stylesheet_file stringxsl_file - &warn.experimental.func; &warn.undocumented.func; diff --git a/reference/domxml/functions/domxml-xslt-stylesheet.xml b/reference/domxml/functions/domxml-xslt-stylesheet.xml index f64bd85e46..2c74601ba0 100644 --- a/reference/domxml/functions/domxml-xslt-stylesheet.xml +++ b/reference/domxml/functions/domxml-xslt-stylesheet.xml @@ -1,5 +1,5 @@ - + domxml_xslt_stylesheet @@ -13,7 +13,6 @@ XsltStylesheetdomxml_xslt_stylesheet stringxsl_document - &warn.experimental.func; &warn.undocumented.func; diff --git a/reference/domxml/functions/xpath-eval-expression.xml b/reference/domxml/functions/xpath-eval-expression.xml index b8c2674440..e4dd55ec6c 100644 --- a/reference/domxml/functions/xpath-eval-expression.xml +++ b/reference/domxml/functions/xpath-eval-expression.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,6 @@ XPathContextxpath_context stringexpression - &warn.experimental.func; <function>xpath_eval_expression</function> Example diff --git a/reference/domxml/functions/xpath-eval.xml b/reference/domxml/functions/xpath-eval.xml index d9e3e95fd2..fd0b6c8fb6 100644 --- a/reference/domxml/functions/xpath-eval.xml +++ b/reference/domxml/functions/xpath-eval.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ stringxpath_expression domnodecontextnode - &warn.experimental.func; The optional contextnode can be specified for doing relative XPath queries. diff --git a/reference/domxml/functions/xpath-new-context.xml b/reference/domxml/functions/xpath-new-context.xml index 4b7ef17429..149e1864f6 100644 --- a/reference/domxml/functions/xpath-new-context.xml +++ b/reference/domxml/functions/xpath-new-context.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,6 @@ XPathContextxpath_new_context domdocumentdom_document - &warn.experimental.func;