You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2004/07/27 04:09:41 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema SchemaValidator.cpp

amassari    2004/07/26 19:09:41

  Modified:    c/src/xercesc/validators/schema SchemaValidator.cpp
  Log:
  reset() was not resetting the stack of types (jira#1245)
  
  Revision  Changes    Path
  1.54      +4 -0      xml-xerces/c/src/xercesc/validators/schema/SchemaValidator.cpp
  
  Index: SchemaValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaValidator.cpp,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- SchemaValidator.cpp	1 Mar 2004 21:06:38 -0000	1.53
  +++ SchemaValidator.cpp	27 Jul 2004 02:09:41 -0000	1.54
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.54  2004/07/27 02:09:41  amassari
  + * reset() was not resetting the stack of types (jira#1245)
  + *
    * Revision 1.53  2004/03/01 21:06:38  knoaman
    * Fix for UPA checking
    *
  @@ -601,6 +604,7 @@
   {
       fTrailing = false;
       fSeenId = false;
  +	fTypeStack->removeAllElements();
       delete fXsiType;
       fXsiType = 0;
       fCurrentDatatypeValidator = 0;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org