RE: Can the rule to generate META HTTP-EQUIV be relaxed

> Something like the following might also be appropiate
>
> <xsl:param name="enc" select="'iso-8859-1'"/>
> <xsl:output encoding="$enc" />
>
In the current draft of XSLT 1.1, the attributes of xsl:output can be
attribute value templates, allowing you to write encoding="{$enc}".

Also, note that the TrAX API (implemented in Xalan and Saxon) allows you set
the output properties from the calling application, overriding those in the
stylesheet.

Mike Kay

Received on Wednesday, 7 February 2001 07:05:48 UTC