Read XML from an XDocument with silverlight
Posted
by
user625310
on Stack Overflow
See other posts from Stack Overflow
or by user625310
Published on 2011-02-20T15:23:55Z
Indexed on
2011/02/20
15:24 UTC
Read the original article
Hit count: 224
Hi
I have managed to load an XDocument with xml data from this link http://go.yr.no/go/e/main/http://www.yr.no/place/Norway/Telemark/Sauherad/Gvarv/forecast.xml.
I am using C# and .Net in Blend and producing a web app (ie some of the normal .Net functions is not included in the silverlight plugin). I have researched this a lot but can not figure out: how to put the "text" in the link node in a string variable and how to all put the "-11" from ? in a array and link it to the "time from"?
I think i have to use LINQ, but the stuff on MSDN and other tutorials is confusing and to general.
huge thank in advance Regards Arnt
I am sorry to ask such novice questions, but i have searched a lot. Also please excuse the typos, English is not my first language.
Huge thank in advance
Arnt
© Stack Overflow or respective owner