[Mono-bugs] [Bug 76530][Wis] New - Problem with null namespaces
using XSLT (testcase)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Oct 23 23:05:00 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 knocte at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76530
--- shadow/76530 2005-10-23 23:05:00.000000000 -0400
+++ shadow/76530.tmp.12018 2005-10-23 23:05:00.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 76530
+Product: Mono: Class Libraries
+Version: 1.0
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com
+ReportedBy: knocte at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Problem with null namespaces using XSLT (testcase)
+
+There is a different behavior between MS.NET framework and the Mono
+framework about assigning namespaces using XSLT. I will attach a testcase.
+
+
+Steps to reproduce the problem:
+1. Run the attached test program with the following arguments:
+mono XsltTestcases.exe file.xml file.xsl > result_mono.html
+2. Run the program with MS.NET framework:
+XsltTestcases.exe file.xml file.xsl > result_dotnet.html
+3. Compare the results: in the mono result, there are some xmlns attributes
+without any value.
+
+Actual Results:
+result_mono.html
+
+Expected Results:
+result_dotnet.html
More information about the mono-bugs
mailing list