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

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

knoaman     2004/09/27 13:13:59

  Modified:    c/src/xercesc/validators/schema SchemaValidator.cpp
  Log:
  Reset datatype validator.
  
  Revision  Changes    Path
  1.57      +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.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- SchemaValidator.cpp	20 Sep 2004 15:00:50 -0000	1.56
  +++ SchemaValidator.cpp	27 Sep 2004 20:13:59 -0000	1.57
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.57  2004/09/27 20:13:59  knoaman
  + * Reset datatype validator.
  + *
    * Revision 1.56  2004/09/20 15:00:50  amassari
    * Added a setCreateSchemaInfo method to the DOM parsers, to store PSVI informations in element and attribute nodes
    *
  @@ -531,6 +534,7 @@
       // since it may need to query its contents after this method completes
       fNil = false;
       fTrailing=false;
  +    fCurrentDatatypeValidator = 0;
   
       // Went ok, so return success
       return -1;
  
  
  

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