[Mono-bugs] [Bug 75709][Wis] New - xsl:key processed incorrectly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 4 09:44:07 EDT 2005
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 andrews at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75709
--- shadow/75709 2005-08-04 09:44:07.000000000 -0400
+++ shadow/75709.tmp.5476 2005-08-04 09:44:07.000000000 -0400
@@ -0,0 +1,62 @@
+Bug#: 75709
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.XML
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: andrews at mainsoft.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: xsl:key processed incorrectly
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Put the source code, xsl and xml file in the same dir
+2. Compile and run the source code
+
+Actual Results:
+<?xml version="1.0" encoding="Windows-1252"?>
+<table>
+ <tr>
+ <td>
+ </td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ </td>
+ <td>
+ </td>
+ </tr>
+</table>
+
+Expected Results:
+<?xml version="1.0" encoding="IBM437"?>
+<table>
+ <tr>
+ <td>val1_1</td>
+ <td>val1_2</td>
+ </tr>
+ <tr>
+ <td>val2_1</td>
+ <td>val2_2</td>
+ </tr>
+</table>
+
+How often does this happen?
+always
+
+Additional Information:
+encoding is not important in the output
More information about the mono-bugs
mailing list