xsl-list
[Top] [All Lists]

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

2004-03-01 12:02:12
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(_at_)lists(_dot_)mulberrytech(_dot_)com

I am trying to generate HTML which contains an embedded hyperlink. However,
because I use < 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 <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



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