didou Sat Feb 7 10:20:40 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions
simplexml-element-attributes.xml
simplexml-element-children.xml
Log:
go on with the new entity
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.1
phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.2
--- phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.1
Fri Jan 23 11:17:17 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml Sat
Feb 7 10:20:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id='function.simplexml-element-attributes'>
<refnamediv>
<refname>simplexml_element->attributes</refname>
@@ -16,6 +16,7 @@
<para>
This function provides the attributes and values defined within an xml tag.
</para>
+ &simplexml.iteration;
<para>
<example>
<title>Interpret an XML string</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.3
phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.4
--- phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.3 Fri
Jan 30 18:38:06 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml Sat
Feb 7 10:20:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-element-children'>
<refnamediv>
<refname>simplexml_element->children</refname>
@@ -17,14 +17,7 @@
This method finds the children of the element of which it is a member. The result
follows normal iteration rules.
</para>
- <note>
- <simpara>
- Like most other SimpleXML methods, <literal>children()</literal>
- has iterative properties which cannot be viewed using
- <function>var_dump</function> or anything else which can examine
- objects.
- </simpara>
- </note>
+ &simplexml.iteration;
<example>
<title>Traversing a <literal>children()</literal> pseudo-array</title>
<programlisting role="php">