[Home] [By Thread] [By Date] [Recent Entries]
> I'm probably missing the obvious, but... > > I'm just looking for quick syntax on how to do an <xsl:if> or > <xsl:when> > test for A or B, or A and B. <xsl:if test="a=3 or (b=4 and c=5)"> Note, it's "=" not "==". Mike Kay > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



