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-03-04 20:23:07 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-03-04 20:23:07 +0300
commite6eeab03700d9f468ed642d16faa872ec1e32e5d (patch)
tree6de242a9a067382242b3630de981dc361dddd13a /mcs/class/System.XML/System.Xml.Xsl
parente0d420aa4473b829bac6cfd7cb231b6666fd22d9 (diff)
2005-03-04 Atsushi Enomoto <atsushi@ximian.com>
* BUGS-MS.txt : more bug info. * ignore.lst : still more ignored cases. svn path=/trunk/mcs/; revision=41451
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Xsl')
-rwxr-xr-xmcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt19
-rw-r--r--mcs/class/System.XML/System.Xml.Xsl/ChangeLog4
2 files changed, 19 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 c1d52e828aa..c726d6da5c9 100755
--- a/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
+++ b/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
@@ -39,7 +39,7 @@ No. 0006
(Text_78308, Text_78311, Text_modified78308, Text_modified78309,
Text_modified78311, output_output03, output_output06, output_output08,
output_output46, output_output61, output_output62, output_output74,
- output_output75)
+ output_output75, Output_84432, Output_84433)
No. 0007
cdata-section-elements is not working when XmlWriter is specified as
@@ -66,20 +66,31 @@ No. 0011
key() does not handle variable references.
(idkey_idkey18, idkey_idkey50)
-No.0012
+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)
No. 0013
- document() function is not working properly over XmlDocument.
- (copy_copy27, reluri_reluri09 - reluri_reluri11)
+ When XslTransform output is XmlWriter (not Stream), document()
+ function is not working properly.
+ (copy_copy27, namespace_namespace20, reluri_reluri09 - reluri_reluri11)
No. 0014
Standard XSLT function unparsed-entity-uri() is not found.
(expression_expression02)
+No. 0015
+ XPath function boolean() treats empty result tree fragment as true.
+ (XSLTFunctions_BooleanFunction)
+
+No. 0016
+ If argument QName of element-available() function is expanded to
+ have null namespace, it must return false. However MS.NET treats
+ such one as XSLT instruction.
+ (XSLTFunctions_ElementAvailFunctionTrue)
+
Not sure the reason why:
idkey_idkey49
diff --git a/mcs/class/System.XML/System.Xml.Xsl/ChangeLog b/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
index 6d4d8c74a46..4fd70c7f9bf 100644
--- a/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
+++ b/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-04 Atsushi Enomoto <atsushi@ximian.com>
+
+ * BUGS-MS.txt : more bug info.
+
2005-02-25 Atsushi Enomoto <atsushi@ximian.com>
* BUGS-MS.txt : still more bug info.