ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved