[xsl] mismatched tags with xsl:if

Subject: [xsl] mismatched tags with xsl:if
From: Xavier Defrang <xavier@xxxxxxxxxxxx>
Date: Mon, 12 Mar 2001 17:30:06 +0100 (CET)
Hello,

I run into the following classical issue :

<xsl:if test="...">
<tag> <!-- opening tag -->
</xsl:if>
...
<xsl:if test="...">
</tag> <!-- corresponding closing tag -->
</xsl:if>

I know I read a few times ago how to handle this
case but I can't remember... was it related to
xsl:text and it's escaping attribute?  I don't
know...

Thanks in advance for your help.

Xavier Defrang
Perceval R&D Team
xavier@xxxxxxxxxxxx

-------------------------------------------------
 Perceval Technologies SA/NV  Tel: +32-2-6409194
 Rue Tenbosch, 9              Fax: +32-2-6403154
 B-1000 Brussels         http://www.perceval.net
 BELGIUM                       info@xxxxxxxxxxxx
-------------------------------------------------


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


Current Thread