1
我的XML是建立這樣的:如何通過屬性讀取單個XML節點?
<?xml version="1.0" encoding="utf-8" ?>
<Pages>
<Page id="1" title="myTitle">
Content
</Page>
<Page id="2" title="myTitle2">
Content2
</Page>
</Pages>
我怎樣才能獲得通過ID C#代碼中的內容?
@YuriyFaktorovich,+1 - 但我想我已經知道了 - 我認爲XML是一個'數據庫' –
@AndrasZoltan是的。 – MasterMastic