Forum Moderators: open
How is this done, I have tried several things with no luck yet.
Here is my last effort.
<td>
<xsl:choose>
<xsl:when test="invoiced='true'">
<xsl:value-of select="ordered"/>
</xsl:when>
</xsl:choose>
</td>
<td>
<xsl:value-of select="invoiced"/>
</td>