[xsl] escaping tags

Subject: [xsl] escaping tags
From: "Andrew Maclean" <andyjmaclean@xxxxxxxxxxx>
Date: Wed, 04 Feb 2004 13:51:14 +0000
Dear all,

The following xsl is invalid:

<xsl:if test="aTest">
 <TABLE>
</xsl:if>

But what if I WANTED to open the tag here without closing it? Is there a way to escape the "<" and the ">"? I know you can use "&lt;"/"&gt;" but these remain as "&lt;" / "&gt;" in the HTML.

I want to write HTML tags in a tamplate but WITHOUT closing them exactly where I open them (I want to close them at a grater level of recursion)

Is this even possible?

Thanks,

Mr Andrew Maclean

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger



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



Current Thread