Re: Outputing SGML DOCTYPE in Prolog to HTML Document

Subject: Re: Outputing SGML DOCTYPE in Prolog to HTML Document
From: "Philippe Le Hégaret" <Philippe.Le_Hegaret@xxxxxxxxxxxxxxx>
Date: Wed, 07 Oct 1998 16:23:06 +0200
Vyse, Jonathan wrote:
> 
> I want to ensure my HTML generated from an XSL stylesheet contains a DOCTYPE
> declaration.
> 
> Is the correct approach to use CDATA, as in the example below?
  No, you can't output an < in XSL without a post processor.

> Should using a namespace like <html:html
> xmlns:html='http://www.w3.org/TR/REC-html40'> generate a DOCTYPE
> declaration?
  This is a post processor way. Don't try to do HTML frames. This is
unsupported for the moment.

Philippe.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread