No, this is correct behaviour for the HTML output method.
Tom
On Thu, 19 Jul 2001 11:33:52 +0200
Sylvaine Jaehn <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'd like to add an xml declaration in my html result file. So I write
> this
> instruction :
>
> <xsl:output method="html" version="1.0" encoding="ISO-8859-1"
> doctype-public="-//W3C//DTD XHTML 1.0 Strict//E\N"
> omit-xml-declaration="no"
> />
>
> But there's no "?" at the end of the instruction in the html file :
>
> <?xml version="1.0" encoding="ISO-8859-1">
>
> Is this a bug ?
> How can it be fixed ?
>
> Thank you.
>