我有一個虛擬的XML這樣的:的SimpleXML和相同的孩子
<SOA>
<cities>
<area>Area1</area>
<period>period1</period>
<center>center1</center>
</cities>
<cities>
<area>Area1</area>
<period>period1</period>
<center>center2</center>
</cities>
<cities>
<area>Area2</area>
<period>period1</period>
<center>center3</center>
</cities>
</SOA>
我通過XML要循環,我的問題是:如何循環槽重複的孩子呢?例如區域名稱爲Area1的循環區域? (有2區域1與中心1和中心2,我想做出這樣的查詢:找出所有中心那個區域是區域1) 預先感謝
也許這只是我,但我不明白的問題。你想實現什麼? – VolkerK 2010-08-05 11:29:59
我沒有看到問題。這是有效的XML,爲什麼它不工作? – Gaim 2010-08-05 11:33:26
我編輯了我的問題。感謝您的幫助 – TheNone 2010-08-05 11:36:33