La verdad queda igual. Pero no entiendo como hacer para que solo me muestre las tags..
Código PHP:
Ver originalobject(SimpleXMLElement)#36 (1) {
[0]=>
string(6) "donato"
}
object(SimpleXMLElement)#38 (1) {
[0]=>
string(8) "estefano"
}
object(SimpleXMLElement)#39 (1) {
[0]=>
string(5) "estoy"
}
object(SimpleXMLElement)#40 (1) {
[0]=>
string(9) "enamorado"
}
object(SimpleXMLElement)#41 (1) {
[0]=>
string(5) "cucho"
}
object(SimpleXMLElement)#42 (1) {
[0]=>
string(6) "gamboa"
}
object(SimpleXMLElement)#43 (1) {
[0]=>
string(5) "ellos"
}
object(SimpleXMLElement)#44 (1) {
[0]=>
string(5) "cover"
}
object(SimpleXMLElement)#45 (1) {
[0]=>
string(8) "cuchogol"
}
(
[0] => SimpleXMLElement Object
(
[0] => donato
)
[1] => SimpleXMLElement Object
(
[0] => estefano
)
[2] => SimpleXMLElement Object
(
[0] => estoy
)
[3] => SimpleXMLElement Object
(
[0] => enamorado
)
[4] => SimpleXMLElement Object
(
[0] => cucho
)
[5] => SimpleXMLElement Object
(
[0] => gamboa
)
[6] => SimpleXMLElement Object
(
[0] => ellos
)
[7] => SimpleXMLElement Object
(
[0] => cover
)
[8] => SimpleXMLElement Object
(
[0] => cuchogol
)
)