xsl-list
[Top] [All Lists]

escaping tags

2004-02-04 06:51:14
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



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