It's not specific to your EeePC. You have 8-bit characters in your XML; you probably haven't saved the file as UTF-8. If you use the error console in Firefox, it shows you the error:
Error: Unhandled Error in Silverlight 2 Application Invalid character in the given encoding. Line 6, position 14. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.InvalidCharRecovery(Int32& bytesCount, Int32& charsCount)
at System.Xml.XmlTextReaderImpl.GetChars(Int32 maxCharsCount)
at System.Xml.XmlTextReaderImpl.ReadData()
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.FinishPartialValue()
at System.Xml.XmlTextReaderImpl.get_Value()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(Stream stream, LoadOptions options)
at System.Xml.Linq.XDocument.Load(Stream stream)
at CumulusRealtime.Page.wc_OpenReadCompleted(Object sender, OpenReadCompletedEventArgs e)
at System.Net.WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs e)
at System.Net.WebClient.OpenReadOperationCompleted(Object arg)
Source File:
http://www.meteotortosa.cat/cumulus/Cum ... ltime.html
Line: 0
Displaying the XML file in Firefox gives:
Code: Select all
XML Parsing Error: not well-formed
Location: http://www.meteotortosa.cat/cumulus/CumulusRealtime.xml
Line Number 6, Column 14: <gustlabel>R�fega</gustlabel>
--------------------^