|
Posted by "Richard Correia" on 01/20/06 19:48
Hi Jay,
Check the example at
http://www.weberdev.com/Manuals/PHP/function.simplexml-element-children.html
Thanks,
Richard
-----Original Message-----
From: Jay Paulson [mailto:Jay.Paulson@wholefoods.com]
Sent: Friday, January 20, 2006 11:06 PM
To: PHP LIST
Subject: [PHP] Count of elements in XML
I was wondering if there is a way to get the number of foo elements in my
XML below? This way I could loop through each element and print out the
attributes.
$string = "<a>
<foo name=\"one\" game=\"lonely\">1</foo>
<foo name=\"two\" game=\"again\">2</foo>
<foo name=\"three\" game=\"blah\">3</foo>
<foo name=\"four\" game=\"goodness\">4</foo>
</a>";
Navigation:
[Reply to this message]
|