xsl-list
[Top] [All Lists]

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

2006-06-09 02:49:03
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>
--~--

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