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: Re: complex conditional statement


According to Dimitre Novatchev on Sun, Oct 14, 2001 at 09:10:10PM -0700:
> > <xsl:template match="section">
>   . . . . 
> > Now I want to do this:
> >    <xsl:if test=" ($output='retail' and @retail='1') or $output='full' or  
> > ($output = 'sale' and section[ancestor::sale])">

you make it look so easy :)
I should have asked earlier (and not toiled till 3am)

-- 
Eric Smith - See mail headers for processors used

 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]