- "image-format" parameter now defaults to 'pdf' for print and 'png'
for web.
1 parent ce66b47 commit 8527aee7ba0e742bd81a9d35ce6bf15ec75c0e88
nstanger authored on 19 Jan 2005
Showing 1 changed file
View
3
■■
xml2xslt.xsl
<xsl-out:attribute name="doctype-public">-//W3C//DTD HTML 4.01 Transitional//EN</xsl-out:attribute>
</xsl-out:element>
-->
<!-- Default to PNG images for web dispay. -->
<xsl-out:param name="image-format">png</xsl-out:param>
 
<!-- New, simplified version: -->
<xsl-out:output method="html" encoding="ISO-8859-1" media-type="text/html" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<!-- Nope, includes can only appear as a child of xsl:stylesheet. -->
<!-- <xsl-out:include href="xml2html-root.xsl"/> -->