Re: [xsl] default meta tag Revisted

Subject: Re: [xsl] default meta tag Revisted
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 4 Sep 2001 18:30:34 +0100
> I am trying to develop a single XSL stylesheet which can handle a number of
> languages. Is there a way of using a parameter or some other method for the
> value of 

why not just use the default encoding of utf-8 which can encode all of
unicode thus any language that you can support in XML.

> i.e. something like this? - <xsl:output encoding="$param"/>

Not in XSLT 1.0 (however many systems give you extension functions with
this ability, eg saxon:output's encoding attribute is an attribute value
template so you can use {$param}".

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread