我有以下XML结构:
<parent>
<child foo="bar1" foo2="bar2"/>
<child foo="bar3" foo2="bar4"/>
</parent>
并在PHP中:
foreach ($xml->parent->child as $item)
返回&#34;为foreach()&#34;
提供的参数无效我可以使用SimpleXML遍历这些孩子吗? 是的,在&gt;附近的行的末尾没有空格.. 那是问题吗?我只是获取数据,我必须解析它....
答案 0 :(得分:0)