Re: How to add HTML code to variables

Subject: Re: How to add HTML code to variables
From: "mohamed" <mohamed@xxxxxxxxx>
Date: Fri, 4 Feb 2000 16:15:57 -0500
> <xsl:variable name="t1">
>   <b>hello</b>
> </xsl:variable>
>
> When accessing the variable t1 I only get the value "hello"; the HTML code
> is removed.

I don't know if this is the best way to do it but this works:

<xsl:variable name="t1">
  &lt;b&gt;hello&lt;/b&gt;
</xsl:variable>




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


Current Thread