[Mono-bugs] [Bug 608391] XDocument.Parse fails to parse XML from http://feeds.feedburner.com/riabiz

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 14 17:45:24 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=608391

http://bugzilla.novell.com/show_bug.cgi?id=608391#c1


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnorton at novell.com
          Component|Class Libraries             |Sys.XML
         AssignedTo|mono-bugs at lists.ximian.com  |atsushi at ximian.com
            Product|MonoTouch                   |Mono: Class Libraries
           Severity|Critical                    |Normal

--- Comment #1 from Geoff Norton <gnorton at novell.com> 2010-06-14 21:45:23 UTC ---
Simple test case:


using System;
using System.Net;
using System.Xml;
using System.Xml.Linq;

class MainClass {
        public static void Main (string[] args) {
                string xml = new WebClient ().DownloadString
("http://feeds.feedburner.com/riabiz");
                XDocument.Parse (xml);
        }
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list