[Mono-bugs] [Bug 49871][Cri] Changed - xml validating reader bug for parsing TOKEN type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Oct 2003 18:28:31 -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-21 12:27:13.000000000 -0400
+++ shadow/49871.tmp.9713	2003-10-21 18:28:31.000000000 -0400
@@ -127,6 +127,15 @@
 XmlValidatingReader xvr = new XmlValidatingReader (xtr);
 xvr.Schemas.Add (schema);
 xvr.Read ();
 xvr.Read ();	// token
 xvr.Read (); // MS.NET(1.1) raises an error here.
 
+
+------- Additional Comments From faisalazhar@yahoo.com  2003-10-21 18:28 -------
+Hi
+Actually i need validation errors but not up to that level....as u 
+know xmlvalidatingreader is acting weird with token type so wt to 
+do....??? i cant call xmlspy from my vb.net prog.
+
+Thanks though
+