Re: How to add HTML code to variables

Subject: Re: How to add HTML code to variables
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Sun, 06 Feb 2000 07:39:49 -0500
As a previous poster already replied to you, you need to use
<xsl:copy-of select="$label"/> instead of <xsl:value-of/>.

The XSL FAQ, XSL Jargon Buster (both at http://www.dpawson.co.uk) and
the spec on RTF's (Result Tree Fragments) would also be worth reading.

 Steve

Harald Normann wrote:
>   <xsl:template name="TableRow">
>     <tr>
>       <td><xsl:value-of select="$label"/></td>
>     </tr>
>   </xsl:template>


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


Current Thread