dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Xml XmlTextWriter.cs, 1.18, 1


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Xml XmlTextWriter.cs, 1.18, 1.19
Date: Thu, 24 Jul 2003 15:04:31 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Xml
In directory subversions:/tmp/cvs-serv21345/System.Xml

Modified Files:
        XmlTextWriter.cs 
Log Message:
Fix minor bug in XmlTextWriter and reformat last ChangeLog


Index: XmlTextWriter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/XmlTextWriter.cs,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** XmlTextWriter.cs    16 Apr 2003 01:01:46 -0000      1.18
--- XmlTextWriter.cs    24 Jul 2003 19:04:28 -0000      1.19
***************
*** 133,136 ****
--- 133,137 ----
        private void DoIndent()
                        {
+                               writer.Write(Environment.NewLine);
                                if(xmlSpace != System.Xml.XmlSpace.Preserve &&
                                   formatting == System.Xml.Formatting.Indented)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]