[Mono-bugs] [Bug 49871][Cri] New - xml validating reader bug for parsing TOKEN type
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 12:19:01 -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=49871
--- shadow/49871 2003-10-20 12:19:01.000000000 -0400
+++ shadow/49871.tmp.27961 2003-10-20 12:19:01.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 49871
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details: win 2000
+Status: NEW
+Resolution:
+Severity: 008 One day
+Priority: Critical
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: faisalazhar@yahoo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: xml validating reader bug for parsing TOKEN type
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+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
+
+Steps to reproduce the problem:
+1. create multiple spaces e.g. "this is table"
+2. change from "xsd:string" to "xsd:token"
+3.
+
+Actual Results:
+datatype mismacth
+
+Expected Results:
+should parse successfully
+
+How often does this happen?
+every time
+
+Additional Information:
+
+please help meeeeeeeeeeeee