标签: xml attributes match simplexml
我正在努力获得“兄弟姐妹”的价值。通过查找具有特定值的属性的节点来进行属性。但是节点和属性都是连字符。
示例:我想获取属性' code-key'的值。这是我到目前为止的地方。
$code_key_value = $xml->{'hyphenated-node'}['hyphenated-attribute="a value"']['code-key'];
hyphenated-attribute和code-key都是hyphenated-node
hyphenated-attribute
code-key
hyphenated-node