[Mono-bugs] [Bug 71328][Wis] Changed - Reduce the size of XML objects
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 05:23:51 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71328
--- shadow/71328 2005-01-15 17:20:42.000000000 -0500
+++ shadow/71328.tmp.15296 2005-01-18 05:23:51.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71328
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -80,6 +80,17 @@
Fields of System.Xml.XmlText
next -- System.Xml.XmlLinkedNode (Object)
parentNode -- System.Xml.XmlNode (Object)
Note how msft has *many* fewer fields. This reduces the size of the
document in memory.
+
+------- Additional Comments From atsushi@ximian.com 2005-01-18 05:23 -------
+I don't think this dump is correct.
+
+> Fields of System.Xml.XmlAttribute
+> name -- System.Xml.XmlName (Object)
+> lastChild -- System.Xml.XmlLinkedNode (Object)
+> parentNode -- System.Xml.XmlNode (Object)
+
+XmlAttribute is not XmlLinkedNode.
+