[Home] [By Thread] [By Date] [Recent Entries]
Robert Koberg wrote:
uff... I took out an example that woould force the empty string. e.g. : <xsl:stylesheet ...attrs...> <xsl:param name="current-date" select="''"/> <xsl:template match="/">
<xsl:choose>
<xsl:when test="not($current-date='')">
<xsl:value-of select=""/>
</xsl:when>
<xsl:otherwise>
<xsl:text>No current date was passed in...</xsl:text>
</xsl:otherwise>
</xsl:template></xsl:stylesheet>
|

Cart



