[Mono-bugs] [Bug 51415][Nor] Changed - XPathNavigator from XmlDocument does not work properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 21:54:45 -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 ginga@kit.hi-ho.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=51415
--- shadow/51415 2003-12-03 01:32:11.000000000 -0500
+++ shadow/51415.tmp.17486 2003-12-04 21:54:45.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 51415
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: rsbarro@metaverse.cc
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: XslTransform will not accept null XsltArgumentList
+Summary: XPathNavigator from XmlDocument does not work properly
XslTransfrom.Transform() breaks in the following instance:
//Create the XslTransform
XslTransform xslt = new XslTransform();
@@ -101,6 +101,10 @@
because I modify the contents of my XmlDocument instance using XPath
(SelectNodes). There is a section in the Class1.cs file in the
attachment that processes the Xml document and adds attributes to
certain nodes. When this section is commented out, the code works
fine. When it is not, the code breaks at runtime with the exception
noted in the first post for this bug.
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-12-04 21:54 -------
+It looks XmlDocumentNavigator bug. I fixed it, so if this bug doesn't
+occur, then close this bug.