tng         2002/11/26 12:21:02

  Modified:    c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  Namespace Check:
  1. xmlns:a="" where namespace URI is null is not valid
  2. xmlns:doc where xmlns is used as element prefix is not valid
  3. xmlns:xmlns where xmlns is used as prefix is not valid
  4. xmlns:xml="a" where xml is used as prefix but URI does not match the xml uri 
(http://www.w3.org/XML/1999/namespace) is not valid
  
  Revision  Changes    Path
  1.15      +6 -0      xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
  
  Index: XMLErrList_EN_US.Xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XMLErrList_EN_US.Xml      15 Nov 2002 16:36:48 -0000      1.14
  +++ XMLErrList_EN_US.Xml      26 Nov 2002 20:21:02 -0000      1.15
  @@ -298,6 +298,12 @@
               <Message Id="SchemaScanFatalError" Text="Fatal error encountered during 
schema scan"/>
               <Message Id="IllegalRefInStandalone" Text="Reference to external entity 
declaration '{0}' is not allowed in a standalone document."/>
               <Message Id="PEBetweenDecl" Text="Partial markup in parameter entity 
replacement text in a complete declaration."/>
  +            <Message Id="NoEmptyStrNamespace" Text="The value of the attribute 
'{0}' is invalid. Prefixed namespace bindings may not be empty."/>
  +            <Message Id="NoUseOfxmlnsAsPrefix" Text="The prefix 'xmlns' cannot be 
bound to any namespace explicitly."/>
  +            <Message Id="NoUseOfxmlnsURI" Text="The namespace for 'xmlns' cannot be 
bound to any prefix explicitly."/>
  +            <Message Id="PrefixXMLNotMatchXMLURI" Text="The prefix 'xml' cannot be 
bound to any namespace other than its usual namespace."/>
  +            <Message Id="XMLURINotMatchXMLPrefix" Text="The namespace for 'xml' 
cannot be bound to any prefix other than 'xml'."/>
  +            <Message Id="NoXMLNSAsElementPrefix" Text="Element '{0}' cannot have 
'xmlns' as its prefix."/>
           </FatalError>
       </MsgDomain>
       <MsgDomain Domain="http://apache.org/xml/messages/XMLValidity";>
  
  
  

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

Reply via email to