Re: [xsl] for loop in conditional statement
by David Carlisle other posts by this author
Nov 19 2001 1:11PM messages near this date
[xsl] for loop in conditional statement
|
RE: [xsl] Collecting attributes from the ancestor-or-self axis
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
Thread:
Eric Smith
David Carlisle
|