link to DOM,

see also


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-08-29 20:07:53 +00:00
parent 85a167e8bd
commit 5c4698d83a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id='function.simplexml-import-dom'>
<refnamediv>
<refname>simplexml_import_dom</refname>
@ -17,7 +17,7 @@
</methodsynopsis>
<para>
<!-- same with this link -->
This function takes a node of a <link linkend="ref.domxml">DOM</link>
This function takes a node of a <link linkend="ref.dom">DOM</link>
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
]]>
</programlisting>
</example>
<para>
See also
<function>dom-import-simplexml</function>.
</para>
</refsect1>
</refentry>