cfif in xsl

2007-06-06 Thread Dave Francis
I use xmlTransform to turn a taxonomy into a "tree" of html checkboxes. For later editing, I need to set those checkboxes which were previously checked. I can achieve this with some pretty ugly cf-generated javascript, but would prefer to do it in the xsl. Unfortunately, when

Re: cfif in xsl

2007-06-06 Thread Barney Boisvert
XSL has xsl:if and xsl:choose tags that can be used for conditional logic. cheers, barneyb On 6/6/07, Dave Francis <[EMAIL PROTECTED]> wrote: > I use xmlTransform to turn a taxonomy into a "tree" of html > checkboxes. For later editing, I need to set those checkboxes which were > previous