Re: [xsl] "output" of xsl select into attribute of xml element?

Subject: Re: [xsl] "output" of xsl select into attribute of xml element?
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Fri, 9 Jun 2006 15:16:44 +0530
On 6/9/06, bitte.um.hilfe@xxxxxxxxxxxxxxxx
<bitte.um.hilfe@xxxxxxxxxxxxxxxx> wrote:

<xsl:variable name="var_description" select="PATH_TO_MY_RESOURCE" /> <meta http-equiv="description" content="$var_description" />


Please try: <meta http-equiv="description" content="{$var_description}" />

Regards,
Mukul

Tom

using xslt 1.0 / xerces 2.6.2

Current Thread