0
如何使用PHP的DOMDocument(以及必要的DOMXPath)獲取xsi:nil屬性值?如何使用名稱空間獲取屬性
<?xml version="1.0"?>
<Rows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Row Index="1">
<Email xsi:nil="true"/>
</Row>
</Rows>
我試過的getAttribute/getAttributeNS/getAttributeNodeNS,但沒有成功。
在此先感謝
'$ element-> getAttribute('xsi:nil')'?? –
如上所述,這是行不通的。 –
http://3v4l.org/UmnAg –