I am still working on a project and I am enjoying it greatly.
I wanted to see if I could implement a live updating feed using XML
当时,我甚至知道如何将这种特殊类型的XML混为一谈,因为我发现的所有辅导都是为了灌输 no的价值观等。
但我想到的是这方面的一些内容。
<Object name="ObjectName" type="ObjectType" size="ObjectSize" image="ObjectImage" />
如果说你的话,我能帮助我了解如何从那条 no子中获取一些内容,那将是令人惊讶的,如果仅作一个小小的解释,我就不明白了。 我知道,如何用XElement教导这种宗教。
<Object>
<Name>ObjectName</Name>
<Type>ObjectType</Type>
<Size>ObjectSize</Size>
<Image>ObjectImage</Image>
</Object>
I just cant seem to parse the example at the top, I dont mind if its Linq as long as it is in C#, maybe tell me why you would chose one over the other? Also have you got any idea on how to perhaps check if the file has changed, so I could implement a live update?
感谢您 帮助
John