xsl-list
[Top] [All Lists]

RE: Control DOCTYPE for HTML output

2004-02-04 02:45:08

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



<Prev in Thread] Current Thread [Next in Thread>