Ich habe im xml folgendes:
<name id="5" cid="Udo Jurgens">Ms. Axa</name>
Es wird aber nur Ms. Axa ausgegeben und id=5 und cid=Udo Jurgens nicht.
print_r gibt folgendes aus:
PHP-Code:
SimpleXMLElement Object
(
[movie] => SimpleXMLElement Object
(
[title] => PHP: Behind the Parser
[characters] => SimpleXMLElement Object
(
[character] => Array
(
[0] => SimpleXMLElement Object
(
[name] => Ms. Axa
[actor] => Onlivia Actora
)
[1] => SimpleXMLElement Object
(
[name] => Mr. Coder
[actor] => El ActÓr
)
)
)
[plot] =>
So, this language. Its like, a programming language. Or is it a
scripting language? All is revealed in this thrilling horror spoof
of a documentary.
[rating] => Array
(
[0] => 7
[1] => 5
)
)
)