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: was "", Probable FAQ


>You have it inside-out.  Do this instead:
>
><xsl:variable name="rowstyle">
>   <xsl:choose>
>     <xsl:when test="position() mod 2 = 0">
>         myItems1
>     </xsl:when>
>     <xsl:otherwise>
>         myItems2
>     </xsl:otherwise>
>   </xsl:choose>
></xsl:variable>
>
>PC2

Boy I feel stupid.

Thanks much.

-Kevin
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


 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]