xsl-list
[Top] [All Lists]

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

2006-06-09 06:01:16
Thanks to Mukul - great response time!

with best regards

Tom

-------- Original-Nachricht --------
Datum: Fri, 9 Jun 2006 15:16:44 +0530
Von: Mukul Gandhi <gandhi(_dot_)mukul(_at_)gmail(_dot_)com>
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] "output" of xsl select into attribute of xml element?

On 6/9/06, bitte(_dot_)um(_dot_)hilfe(_at_)habmalnefrage(_dot_)de
<bitte(_dot_)um(_dot_)hilfe(_at_)habmalnefrage(_dot_)de> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>