Subject: Re: Re: complex conditional statement
From: Eric Smith <Eric.Smith@xxxxxxxxxxxx>
Date: Mon, 15 Oct 2001 09:24:16 +0200
|
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
|