sandygao    2002/08/09 08:14:05

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSchemaMessages.properties
  Log:
  A new message for the error where non-whitespace characters appear in
  schema elements other than xs:appinfo or xs:documentation.
  Only these 2 elements have mixed content; all others are element-only.
  
  Revision  Changes    Path
  1.52      +2 -1      
xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
  
  Index: XMLSchemaMessages.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- XMLSchemaMessages.properties      8 Jun 2002 19:45:38 -0000       1.51
  +++ XMLSchemaMessages.properties      9 Aug 2002 15:14:05 -0000       1.52
  @@ -311,6 +311,7 @@
           s4s-elt-invalid = s4s-elt-invalid: Element ''{0}'' is not a valid element 
in schema document.
           s4s-elt-must-match = s4s-elt-must-match: The content of ''{0}'' must match 
{1}.
           s4s-elt-schema-ns = s4s-elt-schema-ns: The namespace of element ''{0}'' 
must be from the schema namespace.
  +        s4s-elt-character = s4s-elt-character: Non-whitespace characters are not 
allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw ''{0}''.
   
   # codes not defined by the spec
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to