From a9e4e449d1d032b7bfa8ac2d32dce112c4b2a2df Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 6 Feb 2004 20:18:39 +0000 Subject: [PATCH] oups git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150645 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/simplexml/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/simplexml/reference.xml b/reference/simplexml/reference.xml index a074efe149..5c609e2787 100644 --- a/reference/simplexml/reference.xml +++ b/reference/simplexml/reference.xml @@ -1,5 +1,5 @@ - + SimpleXML functions SimpleXML @@ -115,7 +115,7 @@ foreach ($xml->movie as $movie) { So far, we have only covered the work of reading element names and their values. SimpleXML can also access element attributes. - Access attributes of an element just as you would access elements + Access attributes of an element just as you would elements of an array.