bjori Tue May 22 18:31:48 2007 UTC
Modified files:
/phpdoc/en/appendices migration52.xml
Log:
Add tidyNode::getParent()
# Already documented
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration52.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/appendices/migration52.xml
diff -u phpdoc/en/appendices/migration52.xml:1.10
phpdoc/en/appendices/migration52.xml:1.11
--- phpdoc/en/appendices/migration52.xml:1.10 Tue May 22 18:06:32 2007
+++ phpdoc/en/appendices/migration52.xml Tue May 22 18:31:47 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<appendix id="migration52">
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
@@ -1174,6 +1174,16 @@
</listitem>
</itemizedlist>
+ <para><link linkend="ref.tidy">Tidy</link></para>
+ <itemizedlist>
+ <listitem>
+ <simpara>
+ tidyNode <link
linkend="function.tidynode-getparent">tidyNode::getParent(void)</link>
+ - Returns the parent node of the current node (Added in PHP 5.2.2)
+ </simpara>
+ </listitem>
+ </itemizedlist>
+
<para><link linkend="ref.xmlreader">XMLReader</link></para>
<itemizedlist>
<listitem>