[Mono-bugs] [Bug 349111] The XPath expression child::node()[position()] is handled incorrectly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Dec 16 19:41:59 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=349111
User tlillqvist at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349111#c1
--- Comment #1 from Tor Lillqvist <tlillqvist at novell.com> 2007-12-16 17:41:59 MST ---
Created an attachment (id=187788)
--> (https://bugzilla.novell.com/attachment.cgi?id=187788)
test program
Test case. With .NET produces the output:
<?xml version="1.0" encoding="IBM437"?>
<xxx>
<yyy>Harry Potter</yyy>
<yyy>29.99</yyy>
<yyy>Learning XML</yyy>
<yyy>39.95</yyy>
</xxx>
With Mono:
<?xml version="1.0" encoding="IBM437"?>
<xxx>
<yyy>Harry Potter</yyy>
<yyy>Learning XML</yyy>
</xxx>
--
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