<xsl:choose>
  <xsl:when test="$url_parameter != ''">
    <!-- it was set -->
  </xsl:when>
  <xsl:otherwise>
    <!-- it was not set -->
  </xsl:otherwise>
</xsl:choose>

simon

On Jul 7, 2004, at 10:56 AM, Kjetil Kjernsmo wrote:

But then, I need to test whether a parameter exists... In XSP that's
straightforward, thanks to the many good taglibs, but I haven't found
anything on checking the parameters in XSLT, is it doable?


-- http://simonwoodside.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to