Hi, I'm scratching my head over this (I assume trivial) task. I want to skip outputing a table within my HTML transformation, when a given elements value is "no" (well ideally ignoring case).
I've tried several variations from <xsl:if test="ELF = 'Yes'"> to using fn:match(..., ...) but some either bomb out on validation or nothing changes when the flag's value changes.
Any help would be apprciated.
woogoo
I've tried several variations from <xsl:if test="ELF = 'Yes'"> to using fn:match(..., ...) but some either bomb out on validation or nothing changes when the flag's value changes.
Any help would be apprciated.
woogoo