RE: [xsl] Control DOCTYPE for HTML output

Subject: RE: [xsl] Control DOCTYPE for HTML output
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Wed, 4 Feb 2004 09:45:08 -0000
> > I got it:
> > 
> > <xsl:output method="html" indent="yes"  doctype-public="-//W3C//DTD 
> > XHTML 1.0 Transitional//EN"/>
> 
> No you didn't-You have to use method="xml" if you want to 
> generate XHTML.

Beware though that if you're feeding your output to IE it wont like the
xhtml as it can't handle minimized tags.  You are much better off using
the the 'xhtml' output method of xslt 2.0 (currently only available in
Saxon 7.x) - the alternative is to output junk (comments, <dummy/>'s)
from your xslt 1.0 stylesheet to ensure tags don't get minimised.

andrew

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


Current Thread