[Home] [By Thread] [By Date] [Recent Entries]
> > I have a piece of code in my XSL file that looks like this: > > <xsl:if expr="(childNumber(this) % 2) == 0"> > > It renders great in IE5 The nearest equivalent in XSLT is <xsl:if test="(position() mod 2) = 0"> which shows just how far these two languages have diverged. Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



