vrana Fri Jun 24 10:55:15 2005 EDT
Modified files: /phpdoc/en/reference/simplexml/functions simplexml-element-attributes.xml simplexml-element-children.xml Log: Fix attributes http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml diff -u phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.5 phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.6 --- phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.5 Fri Nov 12 07:22:04 2004 +++ phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml Fri Jun 24 10:55:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id='function.simplexml-element-attributes'> <refnamediv> <refname>SimpleXMLElement->attributes</refname> @@ -11,7 +11,7 @@ <title>Description</title> <methodsynopsis> <type>SimpleXMLElement</type><methodname>simplexml_element->attributes</methodname> - <methodparam><type>string</type><parameter>data</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>data</parameter></methodparam> </methodsynopsis> <para> This function provides the attributes and values defined within an xml tag. http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml diff -u phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.7 phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.8 --- phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.7 Fri Nov 12 07:22:04 2004 +++ phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml Fri Jun 24 10:55:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <refentry id='function.simplexml-element-children'> <refnamediv> <refname>SimpleXMLElement->children</refname> @@ -11,7 +11,7 @@ <title>Description</title> <methodsynopsis> <type>SimpleXMLElement</type><methodname>simplexml_element->children</methodname> - <void/> + <methodparam choice="opt"><type>string</type><parameter>nsprefix</parameter></methodparam> </methodsynopsis> <para> This method finds the children of the element of which it is a member. The result