You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/03/07 23:50:17 UTC

[Bug 831] Changed - Validating a xml doc vs schema causes problem

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=831

*** shadow/831	Sat Mar  3 09:15:09 2001
--- shadow/831.tmp.10868	Wed Mar  7 14:50:17 2001
***************
*** 2,9 ****
  | Validating a xml doc vs schema causes problem                              |
  +----------------------------------------------------------------------------+
  |        Bug #: 831                         Product: Xerces-J                |
! |       Status: NEW                         Version: 1.3.0                   |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: High                      Component: Build                   |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Validating a xml doc vs schema causes problem                              |
  +----------------------------------------------------------------------------+
  |        Bug #: 831                         Product: Xerces-J                |
! |       Status: RESOLVED                    Version: 1.3.0                   |
! |   Resolution: INVALID                    Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: High                      Component: Build                   |
  +----------------------------------------------------------------------------+
***************
*** 68,71 ****
  in my application for my final year project in Computer Science.
  
  Regards
! James Sugrue
--- 68,77 ----
  in my application for my final year project in Computer Science.
  
  Regards
! James Sugrue
! 
! ------- Additional Comments From neilg@ca.ibm.com  2001-03-07 14:50 -------
! Your schemas syntax appears to conform to the W3C Schema Working Draft of April 
! 2000, whereas Xerces 1.3.0 accepts only schemas written according to the W3C 
! Candidate Recommendation of Oct. 2000.  e.g., <element>'s cannot be direct 
! children of <complexType>; you must use <complexContent> now.