Re: [xsl] for loop in conditional statement

Subject: Re: [xsl] for loop in conditional statement
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 19 Nov 2001 13:11:15 GMT
not sure quite what you mean, but perhaps

<xsl:if test=" 
(ancestor::*|@*)[name()= $output] or 
contains(@include,$output) or
contains(@exclusive,$output) and
not(contains(@reject,$output)) and
not(@exclusive and not(contains(@exclusive,$output)))
 ">

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread