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 XmlTextReader.cs,1.30,1.31


From: adam ballai <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Xml XmlTextReader.cs,1.30,1.31
Date: Sun, 26 Jan 2003 17:44:15 -0500

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

Modified Files:
        XmlTextReader.cs 
Log Message:


Index: XmlTextReader.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/XmlTextReader.cs,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** XmlTextReader.cs    20 Jan 2003 05:20:52 -0000      1.30
--- XmlTextReader.cs    26 Jan 2003 22:44:08 -0000      1.31
***************
*** 99,103 ****
                                attributes = new XmlAttributeCollection(attr); 
                                attributeIndex = -1;
!                               depth = 1;
                                isEmpty = false;
                                contextSupport = false;
--- 99,103 ----
                                attributes = new XmlAttributeCollection(attr); 
                                attributeIndex = -1;
!                               depth = 0;
                                isEmpty = false;
                                contextSupport = false;
***************
*** 909,912 ****
--- 909,913 ----
                                                        // checking for 
termination '/'
                                                        SetName(name);
+                                                       ++depth;
                                                        // reset buffer
                                                        builder = new 
StringBuilder();





reply via email to

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