You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/09/08 03:45:49 UTC

cvs commit: xml-xerces/java/src/org/apache/xml/serialize BaseMarkupSerializer.java

arkin       00/09/07 18:45:49

  Modified:    java/src/org/apache/xml/serialize BaseMarkupSerializer.java
  Log:
  
  
  Revision  Changes    Path
  1.20      +2 -2      xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java
  
  Index: BaseMarkupSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- BaseMarkupSerializer.java	2000/08/31 16:57:24	1.19
  +++ BaseMarkupSerializer.java	2000/09/08 01:45:49	1.20
  @@ -59,7 +59,7 @@
   // Aug 25, 2000:
   //   Fixed processing instruction printing inside element content
   //   to not escape content. Reported by Mikael Staldal
  -//   <d9...@d.kth.se>
  +//   <d9...@d.kth.se>
   // Aug 25, 2000:
   //   Added ability to omit comments.
   //   Contributed by Anupam Bagchi <ab...@jtcsv.com>
  @@ -134,7 +134,7 @@
    * another element.
    *
    *
  - * @version $Revision: 1.19 $ $Date: 2000/08/31 16:57:24 $
  + * @version $Revision: 1.20 $ $Date: 2000/09/08 01:45:49 $
    * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    * @see Serializer
    * @see DOMSerializer