Re: Doctypes and the dialects of HTML 5

On Sun, 25 Mar 2007 10:49:07 +0200, Jirka Kosek <jirka@kosek.cz> wrote:

> In XSLT you are not able to output just:
>
> <!DOCTYPE html>

Sure you can.

    <xsl:text disable-output-escaping="yes">&lt;!doctype html></xsl:text>

-- 
Simon Pieters

Received on Sunday, 25 March 2007 17:58:42 UTC