Initially in xml it looks like this:
<?xml version="1.0" encoding="UTF-8"?> <Title date="2012-07-23T17:36:00"> <Group name="Cabinet" code="10" parent="5"/> </Title>
Got to this
object(SimpleXMLElement)#64 (1) { ["@attributes"]=> array(3) { ["name"]=> string(7) "Cabinet" ["code"]=> string(6) "10" ["parent"]=> string(6) "5" } }
How to get the values of the elements name, code, parent from the array, which lies in the object object (SimpleXMLElement) # 64?