betz Sun Aug 29 16:07:53 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions simplexml-import-dom.xml
Log:
link to DOM,
see also
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml:1.5
phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml:1.6
--- phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml:1.5 Fri
Aug 13 12:12:05 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml Sun Aug 29
16:07:53 2004
@@ -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 @@
]]>
</programlisting>
</example>
+ <para>
+ See also
+ <function>dom-import-simplexml</function>.
+ </para>
</refsect1>
</refentry>