[Mono-bugs] [Bug 53178][Blo] Changed - JDF 1.1 schema causes exception on compile

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jan 2004 04:53:37 -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 atsushi@ximian.com.

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

--- shadow/53178	2004-01-21 16:01:01.000000000 -0500
+++ shadow/53178.tmp.13402	2004-01-22 04:53:37.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53178
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tcabanski@oai.cc               
 QAContact: mono-bugs@ximian.com
@@ -113,6 +113,13 @@
 		<xs:restriction base="xs:double">
 			<!-- <xs:pattern value="[^N].*"/> -->
 		</xs:restriction>
 	</xs:simpleType>
 
 
+
+------- Additional Comments From atsushi@ximian.com  2004-01-22 04:53 -------
+This should be fixed in cvs. (I also fixed regexp problem, at least I 
+successfully passed Compile() against jdf.xsd only with whitespace 
+facet fixes.)
+
+Please try and reopen if still does not works fine. Thanks.