[Mono-bugs] [Bug 376191] New: XPathNavigator returns empty string for InnerXml property
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Wed Apr  2 03:34:24 EDT 2008
    
    
  
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: atsushi at ximian.com
        ReportedBy: albright at wesay.org
         QAContact: mono-bugs at lists.ximian.com
          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.
    
    
More information about the mono-bugs
mailing list