https://bugzilla.novell.com/show_bug.cgi?id=376191


           Summary: XPathNavigator returns empty string for InnerXml
                    property
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


XmlDocument document = new XmlDocument();
            document.LoadXml(
@"<test>
<node>z</node>
<node>a</node>
<node>b</node>
<node>q</node>
</test>");

XPathNavigator navigator = document.CreateNavigator();


navigator.OuterXml gives expected result but
navigator.InnerXml doesn't


-- 
Configure bugmail: https://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

Reply via email to