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-25 14:50:56 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-02-25 14:50:56 +0300
commit3ea4af7d461cc7ee696eaa07b81209313e3bcd26 (patch)
tree8339210c03023a5e9a981a005ac19a7d900bd908 /mcs/class/System.XML/System.Xml.Xsl
parent599d019a4328c7fae56b0aed5c97cb066d969822 (diff)
2005-02-25 Atsushi Enomoto <atsushi@ximian.com>
* BUGS-MS.txt : more bug info. svn path=/trunk/mcs/; revision=41190
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Xsl')
-rwxr-xr-xmcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt29
-rw-r--r--mcs/class/System.XML/System.Xml.Xsl/ChangeLog4
2 files changed, 29 insertions, 4 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 cd0c18b6e61..42bd41785a3 100755
--- a/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
+++ b/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
@@ -36,10 +36,10 @@ No. 0006
disable-output-escaping is not working when XmlWriter is specified as
output. It affects on almost all output operations such as xsl:text,
xsl:value-of, and so on.
- (Text_78308, Text_78311, modified_78308, modified_78309,
- modified_78311, output_output03, output_output06, output_output08,
- output_output46, output_output61, output_output62,
- output_output74, output_output75)
+ (Text_78308, Text_78311, Text_modified_78308, Text_modified_78309,
+ Text_modified_78311, output_output03, output_output06, output_output08,
+ output_output46, output_output61, output_output62, output_output74,
+ output_output75)
No. 0007
cdata-section-elements is not working when XmlWriter is specified as
@@ -52,8 +52,29 @@ No. 0008
template "match" attribute does not allow variable reference.
(match_match14)
+No. 0009
+ variable references are rejected inside id() function, being said that
+ "It either has a variable reference or key function."
+ (idkey_idkey43)
+
+No. 0010
+ id() does not consider the possibility that the argument might be a
+ list string of IDs.
+ (idkey_idkey57)
+
+No. 0011
+ key() does not handle variable references.
+ (idkey_idkey18, idkey_idkey50)
+
+No.0012
+ If "name" attribute of xsl:attribute is evaluated as to contain ':'
+ (i.e. CName with non-empty prefix) and no matching xmlns declaration,
+ MS.NET raises an error.
+ (attribset_attribset15)
Not sure the reason why:
+ idkey_idkey49
+ impincl_impincl08
From mdocs_mdocs01 to mdocs_mdocs18
whitespace_whitespace35
diff --git a/mcs/class/System.XML/System.Xml.Xsl/ChangeLog b/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
index a3711db351a..9b8b265326a 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-25 Atsushi Enomoto <atsushi@ximian.com>
+
+ * BUGS-MS.txt : more bug info.
+
2005-02-24 Atsushi Enomoto <atsushi@ximian.com>
* XslTransformImpl.cs : Load() should use argument XmlResolver to