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
|