tng         2002/09/04 11:17:55

  Modified:    c/src/xercesc/framework XMLValidator.hpp
  Log:
  Do not set IDREF to used during prevalidation.
  
  Revision  Changes    Path
  1.5       +4 -0      xml-xerces/c/src/xercesc/framework/XMLValidator.hpp
  
  Index: XMLValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLValidator.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLValidator.hpp  20 Aug 2002 16:54:11 -0000      1.4
  +++ XMLValidator.hpp  4 Sep 2002 18:17:55 -0000       1.5
  @@ -56,6 +56,9 @@
   
    /*
     * $Log$
  +  * Revision 1.5  2002/09/04 18:17:55  tng
  +  * Do not set IDREF to used during prevalidation.
  +  *
     * Revision 1.4  2002/08/20 16:54:11  tng
     * [Bug 6251] Info during compilation.
     *
  @@ -277,6 +280,7 @@
       (
           const   XMLAttDef*                  attDef
           , const XMLCh* const                attrValue
  +        , bool                              preValidation = false
       ) = 0;
   
       /**
  
  
  

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

Reply via email to