2004-05-12 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
index 972aa928d1db98c208a3d3bd0418264905a35dd4..f4a5c23223027e4c665f43598dc728060449eba1 100644 (file)
@@ -1,3 +1,57 @@
+2004-05-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlOutputter.cs,
+         XslOutput.cs,
+         XslStylesheet.cs : made classes/enums internal.
+
+2004-04-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Attribute.cs, Compiler.cs, Debug.cs, Emitter.cs, 
+         MSXslScriptCompiler.cs, Outputter.cs, XslAttributeSet.cs,
+         XslDecimalFormat.cs, XslKey.cs, XslStylesheet.cs, XslTemplate.cs,
+         XslTransformProcessor.cs : Make extra classes internal.
+
+       * XslKey.cs : It should require sorting.
+       * Debug.cs : Just avoid debug output. Only who want to output should
+         turn it on.
+
+2004-04-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * GenericOutputter.cs : Culture-independency fix. 
+         Replaced StringCollection to ArrayList.
+       * XslOutput.cs : Culture-independency fix.
+
+2004-04-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : When BaseURI is an empty string, it should not try to
+         create Uri instance. This will fix bug #56832, but not sure.
+       * XslFunctions.cs : for XsltDocument.Resolve(), did the same.
+       * HtmlEmitter.cs : Environment.NewLine was incorrectly used (it 
+         should be the TextReader's NewLine).
+       * MSXslScriptManager.cs : Should raise an error when the prefix which
+         was specified by "implements-prefix" was not found.
+
+2004-03-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ScriptCompilerInfo.cs : #line directive now holds dummy filename
+         when BaseURI for msxsl:script node is not available. This fixes
+         bug #56070.
+         Don't output line number in the error message, when it is 0.
+
+2004-03-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : Supply NameTable to base ctor() of XPathNavigatorNsm.
+
+2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
+
+       * Compiler.cs, 
+         XslAttributeSet.cs,
+         XslFunctions,
+         XslTransformProcessor.cs :
+         Throw specific types of exceptions instead of Exception.
+       * XslFunctions.cs, XsltCompiledContext.cs :
+         added node argument for XsltExtensionFunction ctor() etc.
+
 2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
 
        * ScriptCompilerInfo.cs : Modified compilation processing. Now it uses