<channel>
<title>test + test</title>
<link>http://testprog.test.net/api/test</link>
<description>test.com</description>
<category>test + test</category>
<item xml:base="http://test.com/test.html?id=25>
<guid isPermaLink="false">25</guid>
<link>http://test.com/link.html</link>
<title>title test</title>
<description>Description test description test</description>
<a10:updated>2015-05-26T10:23:53Z</a10:updated>
<enclosure type="" url="http://test.com/test/test.jpg" width="200" height="200"/>
</item>
</channel>
我提取此標記(職稱考試)是這樣的:
title = ds.Tables["item"].Rows[0]["title"] as string;
如何從<encosure>
標籤用C#中提取url屬性?
THX
能否請您澄清 - 你如何顯示'ds.Tables ...'這段代碼與你顯示的xml有關?它與一些'DataTable'有關,不是xml,我想。 –
創建兩個類(通道和項目),向成員(屬性或元素)添加適當的xml標籤並反序列化對象 –