2003-11-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 13 Nov 2003 02:18:06 +0000 (02:18 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 13 Nov 2003 02:18:06 +0000 (02:18 -0000)
commita00bce360dd603810c1e628fc3c18439f30fbeb8
tree892a0ab63b93a4a8d5c6df4a80de9087530ad32f
parentfc5a41fb88240d32ce589a1640be0130cbda4d1f
2003-11-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* GenericOutputter.cs : Added HTML output support. Closer xmlns handling
  to Xalan tests and MS.NET implementation (only for test convenience).
* XslOutput.cs : Indent holds string rathen than bool. Its default value
  varies in the context. When method="html", then default is "yes".
* XslTransformProcessor.cs : Extension element prefixes should not
  be written as stylesheet namespaces.
* XsltCompiledContext.cs : Return type of generate-id() is string.
  Implemented unparsed-entity-uri().

svn path=/trunk/mcs/; revision=19928
mcs/class/System.XML/Mono.Xml.Xsl/ChangeLog
mcs/class/System.XML/Mono.Xml.Xsl/GenericOutputter.cs
mcs/class/System.XML/Mono.Xml.Xsl/HtmlEmitter.cs [new file with mode: 0644]
mcs/class/System.XML/Mono.Xml.Xsl/XslOutput.cs
mcs/class/System.XML/Mono.Xml.Xsl/XslTransformProcessor.cs
mcs/class/System.XML/Mono.Xml.Xsl/XsltCompiledContext.cs