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.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Xml XmlTextWriter.cs,1.5,1.6
Date: Sun, 08 Dec 2002 01:24:42 -0500

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

Modified Files:
        XmlTextWriter.cs 
Log Message:


Resolve some issues with compiling in ECMA-compatible modes.


Index: XmlTextWriter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/XmlTextWriter.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** XmlTextWriter.cs    7 Dec 2002 07:34:14 -0000       1.5
--- XmlTextWriter.cs    8 Dec 2002 06:24:40 -0000       1.6
***************
*** 941,945 ****
                        #else
                                writer.WriteLine
!                                       ("<?xml version=\"1.0\" 
"standalone=\"{0}\"?>",
                                         (standalone ? "yes" : "no"));
                        #endif
--- 941,945 ----
                        #else
                                writer.WriteLine
!                                       ("<?xml version=\"1.0\" 
standalone=\"{0}\"?>",
                                         (standalone ? "yes" : "no"));
                        #endif




reply via email to

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