我有一个带名称空间的xml。我想用PHP中的simplexml解析它。我遵循了
SimpleXMLElement Access elements with namespace?
工作正常!但是我仍然有问题。
rrot元素具有属性,我无法获取它们。
在给定的示例中,让我们假设具有这样的属性:
print_r($part[0]->children("ns1",true)->attributes());
给出了:
SimpleXMLElement Object()
请告知。