This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: mismatched tags with xsl:if


Hello

-----Original Message-----
From: Xavier Defrang [mailto:xavier@perceval.net]

<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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]