2004-04-12 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 12 Apr 2004 14:55:27 +0000 (14:55 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 12 Apr 2004 14:55:27 +0000 (14:55 -0000)
commit85bcbb0deca9f0006b26a56052d73a88272bfcbe
tree0438eb1aa97ee3180f4f03b067d9a0205eb9bf33
parentd0104db19e4497db66776429b6b597cc83f1b889
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.

svn path=/trunk/mcs/; revision=25365
mcs/class/System.XML/Mono.Xml.Xsl/ChangeLog
mcs/class/System.XML/Mono.Xml.Xsl/Compiler.cs
mcs/class/System.XML/Mono.Xml.Xsl/HtmlEmitter.cs
mcs/class/System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs
mcs/class/System.XML/Mono.Xml.Xsl/XslFunctions.cs