http://bugzilla.novell.com/show_bug.cgi?id=598593
http://bugzilla.novell.com/show_bug.cgi?id=598593#c1 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Pobst <[email protected]> 2010-04-21 18:33:37 UTC --- Note: The XmlDocument does not reset the XmlTextReader and then use it. It starts the document from the XmlTextReader's current position. Thus, the OuterXml of doc in the sample is: <Ports><ConsolePort value="9998" /></Ports> It looks like we need to populate the XmlDocument until we hit the matching end element, and then leave the XmlTextReader with the rest of the content. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
