[Mono-bugs] [Bug 48012][Nor] Changed - XmlTextReader fails to parse valid XML
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 12:08:15 -0400 (EDT)
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 faisalazhar@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48012
--- shadow/48012 2003-08-28 18:23:45.000000000 -0400
+++ shadow/48012.tmp.27903 2003-10-20 12:08:15.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48012
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: alp@atoker.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -53,6 +53,18 @@
------- Additional Comments From alp@atoker.com 2003-08-28 18:23 -------
Created an attachment (id=5250)
Test case to trigger the bug
+
+------- Additional Comments From faisalazhar@yahoo.com 2003-10-20 12:08 -------
+Hi
+I was trying to validate XML File with xmlvalidatingreader and i did
+this validation with XML SPY and Java validator, it went well but
+when i tried to validate through xmlvalidatingreader i get an
+error....i found out why this error comes actually type in SCHEMA
+is "xsd:token" and xmlvalidatingreader didnt accept multiple spaces,
+it should.....thtz why xml spy and java validator are validating but
+xmlvalidatingreader dont...:-( WHY?? is there any clue...
+Thanks for ur cooperation
+Faisal