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:41:52 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLFormatter.cpp

peiyongz    2002/09/09 08:41:51

  Modified:    c/src/xercesc/framework XMLFormatter.cpp
  Log:
  Patch to Bug#12369: invalid output from DOMWriter using MemBufFormatTarget
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp
  
  Index: XMLFormatter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLFormatter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLFormatter.cpp	1 Feb 2002 22:21:51 -0000	1.1
  +++ XMLFormatter.cpp	9 Sep 2002 15:41:51 -0000	1.2
  @@ -116,7 +116,7 @@
           { chNull      , chNull       , chNull        , chNull       , chNull        , chNull }
       ,   { chAmpersand , chCloseAngle , chDoubleQuote , chOpenAngle  , chSingleQuote , chNull }
       ,   { chAmpersand , chOpenAngle  , chDoubleQuote , chNull       , chNull        , chNull }
  -    ,   { chAmpersand , chOpenAngle  , chNull        , chNull       , chNull        , chNull }
  +    ,   { chAmpersand , chCloseAngle , chOpenAngle   , chNull       , chNull        , chNull }
   };
   
   
  
  
  

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