Author: atsushi
Date: 2005-02-25 06:50:56 -0500 (Fri, 25 Feb 2005)
New Revision: 41190

Modified:
   trunk/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
   trunk/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
Log:
2005-02-25  Atsushi Enomoto  <[EMAIL PROTECTED]>

        * BUGS-MS.txt : more bug info.



Modified: trunk/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt
===================================================================
--- trunk/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt       2005-02-25 
11:49:43 UTC (rev 41189)
+++ trunk/mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt       2005-02-25 
11:50:56 UTC (rev 41190)
@@ -36,10 +36,10 @@
        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 @@
        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
 

Modified: trunk/mcs/class/System.XML/System.Xml.Xsl/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/System.Xml.Xsl/ChangeLog 2005-02-25 11:49:43 UTC 
(rev 41189)
+++ trunk/mcs/class/System.XML/System.Xml.Xsl/ChangeLog 2005-02-25 11:50:56 UTC 
(rev 41190)
@@ -1,3 +1,7 @@
+2005-02-25  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
+       * BUGS-MS.txt : more bug info.
+
 2005-02-24  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
        * XslTransformImpl.cs : Load() should use argument XmlResolver to

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to