You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2003/01/24 21:24:29 UTC

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

tng         2003/01/24 12:24:29

  Modified:    c/src/xercesc/framework XMLFormatter.cpp
  Log:
  Revert fix for bug 12369 as the close angle is valid for text
  
  Revision  Changes    Path
  1.6       +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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLFormatter.cpp	4 Nov 2002 15:00:21 -0000	1.5
  +++ XMLFormatter.cpp	24 Jan 2003 20:24:28 -0000	1.6
  @@ -117,7 +117,7 @@
           { chNull      , chNull       , chNull        , chNull       , chNull        , chNull }
       ,   { chAmpersand , chCloseAngle , chDoubleQuote , chOpenAngle  , chSingleQuote , chNull }
       ,   { chAmpersand , chOpenAngle  , chDoubleQuote , chNull       , chNull        , chNull }
  -    ,   { chAmpersand , chCloseAngle , chOpenAngle   , chNull       , chNull        , chNull }
  +    ,   { chAmpersand , chOpenAngle  , chNull        , chNull       , chNull        , chNull }
   };
   
   
  
  
  

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