tng         2002/11/12 13:44:56

  Modified:    c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  DOM Message: shorten message to within 128 characters.
  
  Revision  Changes    Path
  1.13      +1 -1      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XMLErrList_EN_US.Xml      12 Nov 2002 17:24:27 -0000      1.12
  +++ XMLErrList_EN_US.Xml      12 Nov 2002 21:44:56 -0000      1.13
  @@ -788,7 +788,7 @@
               <Message Id="INVALID_ACCESS_ERR" Text="An attempt is made to use an 
object that is not, or is no longer, usable"/>
               <Message Id="VALIDATION_ERR" Text="A call to a method such as 
insertBefore or removeChild would make the Node invalid with respect to document 
grammar"/>
   <!--The following are DOMRangeException error text, reverse order as 
DOMRangeException::RangeExceptionCode enum -->
  -            <Message Id="INVALID_NODE_TYPE_ERR" Text="The container of a 
boundary-point of a Range is being set to either a node of an invalid type or a node 
with an ancestor of an invalid type"/>
  +            <Message Id="INVALID_NODE_TYPE_ERR" Text="The container of a Range's 
boundary-point is set to a node of an invalid type or to a node with an ancestor of an 
invalid type"/>
               <Message Id="BAD_BOUNDARYPOINTS_ERR" Text="The boundary-points of a 
Range do not meet specific requirements"/>
           </FatalError>
       </MsgDomain>
  
  
  

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

Reply via email to