mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update linkends to book.dom
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248928 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
17a954a473
commit
d06bb5702b
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xml:id='function.simplexml-import-dom' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>simplexml_import_dom</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function takes a node of a <link linkend="ref.dom">DOM</link>
|
||||
This function takes a node of a <link linkend="book.dom">DOM</link>
|
||||
document and makes it into a SimpleXML node. This new object can
|
||||
then be used as a native SimpleXML element.
|
||||
</para>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>node</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A <link linkend="ref.dom">DOM</link> Element node
|
||||
A <link linkend="book.dom">DOM</link> Element node
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue