foreach($bb->children() as $child) { $role = $child->attributes(); foreach($child as $key => $value) { if($role == $hor) echo ( "<h1>".$value . " </h1><br />"); } }