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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 24 14:09:20 EDT 2010


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

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


           Summary: XDocument.Parse fails to parse XML from
                    http://feeds.feedburner.com/riabiz
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: fak at kruegersystems.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Description of Problem:

Try to parse the content of http://feeds.feedburner.com/riabiz

You get this exception:

System.ArgumentException: The specified path is not of a legal form (empty).
  at System.IO.Path.InsecureGetFullPath (System.String path) [0x00000] in
<filename unknown>:0 
  at System.IO.Path.GetFullPath (System.String path) [0x00000] in <filename
unknown>:0 
  at System.Xml.XmlResolver.ResolveUri (System.Uri baseUri, System.String
relativeUri) [0x00000] in <filename unknown>:0 
  at System.Xml.XmlUrlResolver.ResolveUri (System.Uri baseUri, System.String
relativeUri) [0x00000] in <filename unknown>:0 
  at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000] in <filename unknown>:0 
  at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] in <filename unknown>:0 
  at Mono.Xml2.XmlTextReader.Read () [0x00000] in <filename unknown>:0 
  at System.Xml.XmlTextReader.Read () [0x00000] in <filename unknown>:0 
  at Mono.Xml.XmlFilterReader.Read () [0x00000] in <filename unknown>:0 
  at Mono.Xml.XmlFilterReader.Read () [0x00000] in <filename unknown>:0 
  at System.Xml.XmlReader.ReadEndElement () [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XElement.LoadCore (System.Xml.XmlReader r, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XNode.ReadFrom (System.Xml.XmlReader r, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader reader,
LoadOptions options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XElement.LoadCore (System.Xml.XmlReader r, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XNode.ReadFrom (System.Xml.XmlReader r, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader reader,
LoadOptions options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XElement.LoadCore (System.Xml.XmlReader r, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XNode.ReadFrom (System.Xml.XmlReader r, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader reader,
LoadOptions options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XDocument.ReadContent (System.Xml.XmlReader reader,
LoadOptions options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XDocument.LoadCore (System.Xml.XmlReader reader,
LoadOptions options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XDocument.Load (System.IO.TextReader reader, LoadOptions
options) [0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XDocument.Parse (System.String s, LoadOptions options)
[0x00000] in <filename unknown>:0 
  at System.Xml.Linq.XDocument.Parse (System.String s) [0x00000] in <filename
unknown>:0 



Steps to reproduce the problem:
1. 
2. 


Actual Results:


Expected Results:


How often does this happen? 


Additional Information:

-- 
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