[Mono-bugs] [Bug 46063][Wis] New - missing starts-with() ?

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 9 Jul 2003 21:08:43 -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 martijn@eekeek.org.

http://bugzilla.ximian.com/show_bug.cgi?id=46063

--- shadow/46063	Wed Jul  9 21:08:43 2003
+++ shadow/46063.tmp.28031	Wed Jul  9 21:08:43 2003
@@ -0,0 +1,28 @@
+Bug#: 46063
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Linux khazad-dum 2.2.14 #1 Wed Mar 22 15:27:14 EST 2000 i586 GNU/Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martijn@eekeek.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: missing starts-with() ?
+
+if you feed the following xpath to SelectSingleNode(), you get null
+returned, but when you feed it to xmllint --shell, it gives the correct
+node back
+
+descendant::node[starts-with(child::property/child::text(),
+http://slashdot.org')]
+
+this, on the other hand works fine:
+
+descendant::node/child::property/child::text()