0
字段中的XML格式如下幫助解析使用LINQ to XML
<ExtraFields>
<Field id="Attribute 1" description="Attribute1">
<Value>Value of Attribute 1</Value>
<Field id="Attribute 2" description="Attribute2">
<Value>Value of Attribute 2</Value>
<Field id="Attribute 3" description="Attribute3">
<Value>Value of Attribute 3</Value>
</ExtraFields>
我寫一個LINQ聲明,應返回下列值
Value of Attribute 1
Value of Attribute 2
Value of Attribute 3
返回我的每個值屬性當父節點具有字段id =「屬性X」屬性時description =「AttributeX」
你可以張貼一些示例XML?還問一個問題? – AndrewC 2011-02-15 16:07:51
嗨,Morpheus,我認爲XML的一個樣本會對你確切想要的內容有所幫助和一點澄清。你的問題有點不清楚(至少對我來說)。 – 2011-02-15 16:09:02
對不起,不清楚。到目前爲止,我從未在過去的一年裏在這裏發佈過任何內容。這是我第一次。下次我會堅持正確的標準!感謝您的迴應! – Venki 2011-02-15 19:22:06