我真的不明白如何在PHP中使用SimpleXML。使用SimpleXML獲取屬性和值
這裏是我的XML文件的爲例:
<?xml version="1.0" encoding="UTF-8" ?>
<eventlog version="1.1">
<event source="Firewall" timeStamp="1308433939" type="0" deleted="0" bodyLength="218">
<subject>Network access detected</subject>
<action>Allowed</action>
<message>The program c:\xampp\apache\bin\httpd.exe attempted to connect to the Internet. The program used the protocol TCP on port 80.</message>
</event>
</eventlog>
我需要檢索此: 來源,時間戳,主題,行動,信息
我只是不明白這一點。有人可以幫助我嗎?
問題是問題,答案是答案。我將你的編輯移動到下面的答案:http://stackoverflow.com/a/14194288/367456 - 如果你喜歡,你可以做同樣的事情(從訪問你的問題的歷史),我會刪除我的副本。 – hakre