From 5c4698d83a179786b92b468a60bd763ad9112169 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 29 Aug 2004 20:07:53 +0000 Subject: [PATCH] link to DOM, see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167585 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/simplexml/functions/simplexml-import-dom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/simplexml/functions/simplexml-import-dom.xml b/reference/simplexml/functions/simplexml-import-dom.xml index e57be6c2d4..a93ce50bbb 100644 --- a/reference/simplexml/functions/simplexml-import-dom.xml +++ b/reference/simplexml/functions/simplexml-import-dom.xml @@ -1,5 +1,5 @@ - + simplexml_import_dom @@ -17,7 +17,7 @@ - This function takes a node of a DOM + This function takes a node of a DOM document and makes it into a SimpleXML node. This new object can then be used as a native SimpleXML element. If any errors occur, it returns &false;. @@ -43,6 +43,10 @@ echo $s->book[0]->title; // blah ]]> + + See also + dom-import-simplexml. +