[Mono-bugs] [Bug 46063][Wis] Changed - missing starts-with() ?
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 18 Jul 2003 17:10:14 -0400 (EDT)
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 piersh@friskit.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46063
--- shadow/46063 Fri Jul 18 17:08:26 2003
+++ shadow/46063.tmp.23167 Fri Jul 18 17:10:14 2003
@@ -1,13 +1,13 @@
Bug#: 46063
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: Linux khazad-dum 2.2.14 #1 Wed Mar 22 15:27:14 EST 2000 i586 GNU/Linux
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System.XML
AssignedTo: piersh@friskit.com
ReportedBy: martijn@eekeek.org
QAContact: mono-bugs@ximian.com
@@ -33,6 +33,19 @@
------- Additional Comments From piersh@friskit.com 2003-07-18 17:08 -------
Created an attachment (id=4910)
simple test program
+
+------- Additional Comments From piersh@friskit.com 2003-07-18 17:10 -------
+the above program gives me the following output with current CVS:
+
+<node id="30"><property id="2"
+value_type="gchararray">http://slashdot.org/favicon.ico</property><pro
+perty id="3"
+value_type="gchararray">http:__slashdot.org_favicon.ico</property><pro
+perty id="4" value_type="gint">1057785090</property><parent
+id="9" /></node>
+
+I'm assuming you were using an old version and this bug has been
+previously fixed.