Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2005-02-21 16:25:08 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-02-21 16:25:08 +0300
commit6d662396f4dcc7ef2cfa8aa22d414dc84ae4accd (patch)
tree5d26f8d40482ffc50608b7add6967b639bbde7e0 /mcs/class/System.XML/System.Xml.Xsl
parent3d017c24ebecea771804b206945b0e5a287f97e5 (diff)
2005-02-21 Atsushi Enomoto <atsushi@ximian.com>
* BUGS-MS.txt : more bug records. svn path=/trunk/mcs/; revision=40989
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Xsl')
-rwxr-xr-xmcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt15
-rw-r--r--mcs/class/System.XML/System.Xml.Xsl/ChangeLog4
2 files changed, 17 insertions, 2 deletions
diff --git a/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt b/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
index 4464a0b447c..29799f4d806 100755
--- a/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
+++ b/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
@@ -26,7 +26,7 @@ No. 0003
No. 0004
String variable are not properly compared with strings (at least in
some cases).
- (select_select67, select_select68)
+ (select_select67, select_select68, variable_variable24)
No. 0005
MS.NET misses some kind of whitespaces.
@@ -34,7 +34,11 @@ No. 0005
No. 0006
disable-output-escaping is not working on xsl:text.
- (Text_78308, Text_78311)
+ (Text_78308, Text_78311, modified_78308, modified_78309, modified_78311)
+
+
+Not sure the reason why:
+ whitespace_whitespace35
Notes:
@@ -45,3 +49,10 @@ Notes:
7.7.1 explicitly describes 4 and 9 as iv and ix, so the "strict"
Oxford style violates the spec.
+2. Name conflict in variables
+
+ If there is a conflict between a template local variable and a
+ for-each local variable, MS.NET raises an error. It is a spec bug
+ that does not define the behavior (like "implementation MAY reort
+ an error ..., or recover ...).
+
diff --git a/mcs/class/System.XML/System.Xml.Xsl/ChangeLog b/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
index c4882c08d3f..e8b112c30e6 100644
--- a/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
+++ b/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-21 Atsushi Enomoto <atsushi@ximian.com>
+
+ * BUGS-MS.txt : more bug records.
+
2005-02-18 Atsushi Enomoto <atsushi@ximian.com>
* BUGS-MS.txt : more bug records.