Subject: RE: mismatched tags with xsl:if
From: Edmund Mitchell <EMitchell@xxxxxxx>
Date: Mon, 12 Mar 2001 09:01:22 -0800
|
Hello
-----Original Message-----
From: Xavier Defrang [mailto:xavier@xxxxxxxxxxxx]
<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
This is not allowed. Can you post some details about what you are trying to
do?
Edmund
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|