RE: [xsl] How to output the less-than sign (and not <)

Subject: RE: [xsl] How to output the less-than sign (and not <)
From: "Christopher Hearns" <chearns@xxxxxxxxxx>
Date: Mon, 1 Mar 2004 14:02:12 -0500
Couldn't you use xsl:element to handle this? Or perform a replace and use an xsl:element? 

christopher hearns, Esq.
let me touch your perfect body with my mind
http://www.countplusplus.ca 

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx

I am trying to generate HTML which contains an embedded hyperlink. However,
because I use &lt; as the start tag, the resulting HTML displays the actual
source code, and not a hyperlink. How do I escape the escape character so
that the HTML contains the less-than sign?

Here is my current HTML output:

------------------

Upon pressing submit you are agreeing to the Terms and Conditions on &lt;a
href="<http://www.bell.ca>" target=newwindow&gt; bell.ca&lt;/a&gt; the terms
and conditions on Bell's site

------------------


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


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


Current Thread