This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: default meta tag Revisted



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]