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

Subject: [xsl] How to output the less-than sign (and not <)
From: "Amuchastegui, Maria" <Maria.Amuchastegui@xxxxxxxxxxx>
Date: Mon, 1 Mar 2004 13:14:17 -0500
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


Current Thread