> 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 KayReceived on Wednesday, 7 February 2001 07:05:48 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 10 August 2007 00:11:32 GMT