I在XmlDocument
中加載了一個XML文檔。該文檔由綁定到給定模式的XmlReader
裝載(由類)。獲取給定XML元素的所有有效屬性
如何獲得給定文檔節點元素的允許屬性列表?
XML看起來是這樣的,並具有可選的屬性:
<row attribute1="1" attribute2="2" attribute3="something">
<row attribute1="3" attribute3="something">
<row attribute2="1" attribute3="something">
列表應包含ATTRIBUTE1,attribute2,attribute3
感謝
只是爲了澄清,你有一些你想讀的屬性和其他應該忽略的屬性,不是嗎?無論如何,你需要[linq to xml](http://msdn.microsoft.com/en-us/library/bb387098.aspx)。 – Leri 2013-03-05 09:29:36
@PLB我非常喜歡Visual Studio 2005和.NET Framework 2.0 – sblandin 2013-03-05 10:52:48