[Mono-bugs] [Bug 51495][Nor] Changed - XmlValidatingReader fails to validate XHTML document (because of URL resolving bug ?)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Nov 2003 12:07:13 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ginga@kit.hi-ho.ne.jp.

http://bugzilla.ximian.com/show_bug.cgi?id=51495

--- shadow/51495	2003-11-29 11:27:03.000000000 -0500
+++ shadow/51495.tmp.25002	2003-11-29 12:07:12.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51495
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Gentoo 1.4 R8
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -73,6 +73,39 @@
 
 
 ------- Additional Comments From gert.driesen@pandora.be  2003-11-29 11:27 -------
 Created an attachment (id=6041)
 XHTML 1.1 document to validate
 
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-11-29 12:07 -------
+I don't know the actual reason, but here is the result I received 
+from MS.NET 1.1:
+
+System.Net.WebException: The remote server returned an error: (404) 
+Not Found.
+   at System.Net.HttpWebRequest.CheckFinalStatus()
+   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult 
+asyncResult)
+   at System.Net.HttpWebRequest.GetResponse()
+   at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, 
+ICredentials credentials)
+   at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials 
+credentials)
+   at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String 
+role, Type ofObjectToReturn)
+   at System.Xml.Schema.DtdParser.HandlePERef()
+   at System.Xml.Schema.DtdParser.ParseDtdContent()
+   at System.Xml.Schema.DtdParser.ParseConditionalSect()
+   at System.Xml.Schema.DtdParser.ParseDtdContent()
+   at System.Xml.Schema.DtdParser.ParseConditionalSect()
+   at System.Xml.Schema.DtdParser.ParseDtdContent()
+   at System.Xml.Schema.DtdParser.ParseDocTypeDecl()
+   at System.Xml.Schema.DtdParser.Parse()
+   at System.Xml.XmlTextReader.ParseDtd(XmlScanner scanner)
+   at System.Xml.XmlTextReader.ParseTag()
+   at System.Xml.XmlTextReader.ParseRoot()
+   at System.Xml.XmlTextReader.Read()
+   at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
+   at System.Xml.XmlValidatingReader.Read()
+   at XHTMLValidate.XHtmlValidateTest.Main()
+