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 2002/09/09 17:42:14 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMWriterImpl.cpp

peiyongz    2002/09/09 08:42:14

  Modified:    c/src/xercesc/dom/impl DOMWriterImpl.cpp
  Log:
  Patch to Bug#12369: invalid output from DOMWriter using MemBufFormatTarget
  
  Revision  Changes    Path
  1.16      +5 -2      xml-xerces/c/src/xercesc/dom/impl/DOMWriterImpl.cpp
  
  Index: DOMWriterImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/DOMWriterImpl.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DOMWriterImpl.cpp	7 Aug 2002 18:10:19 -0000	1.15
  +++ DOMWriterImpl.cpp	9 Sep 2002 15:42:14 -0000	1.16
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.16  2002/09/09 15:42:14  peiyongz
  + * Patch to Bug#12369: invalid output from DOMWriter using MemBufFormatTarget
  + *
    * Revision 1.15  2002/08/07 18:10:19  peiyongz
    * Fix to Bug#11534: Wrong CDATA Terminator in DOMWriterImpl
    *
  @@ -1259,7 +1262,7 @@
               (
                   srcPtr
                   , tmpPtr - srcPtr
  -                , XMLFormatter::CharEscapes
  +                , XMLFormatter::NoEscapes
                   , XMLFormatter::UnRep_Fail
               );
   
  
  
  

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