You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/06/24 17:00:58 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/datatype Base64BinaryDatatypeValidator.cpp

peiyongz    2004/06/24 08:00:58

  Modified:    c/src/xercesc/validators/datatype
                        Base64BinaryDatatypeValidator.cpp
  Log:
  Schema-Errata: E2-54 new specs for base64
  
  Revision  Changes    Path
  1.9       +4 -1      xml-xerces/c/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp
  
  Index: Base64BinaryDatatypeValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Base64BinaryDatatypeValidator.cpp	17 Dec 2003 00:18:38 -0000	1.8
  +++ Base64BinaryDatatypeValidator.cpp	24 Jun 2004 15:00:58 -0000	1.9
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.9  2004/06/24 15:00:58  peiyongz
  + * Schema-Errata: E2-54 new specs for base64
  + *
    * Revision 1.8  2003/12/17 00:18:38  cargilld
    * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
    *
  @@ -180,7 +183,7 @@
   int Base64BinaryDatatypeValidator::getLength(const XMLCh* const content
                                            , MemoryManager* const manager) const
   {
  -    return Base64::getDataLength(content, manager);
  +    return Base64::getDataLength(content, manager, Base64::Conf_Schema);
   }
   
   void Base64BinaryDatatypeValidator::normalizeEnumeration(MemoryManager* const manager)
  
  
  

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