xsl-list
[Top] [All Lists]

Pipe Question

2005-06-07 10:01:19
How could I use a pipe for this predicate to specifiy the inclusion of
ALL where $match does not exist (is empty)?

[(_at_)sComponentObjectName=$match]

This written out verbose would be:

<xsl:choose>
  <xsl:when test="$match">
     ... apply-templates with above predicate ...
  </xsl:when>
  <xsl:otherwise>
    ... apply-templates without above predicate ...
  </xsl:otherwise>
</xsl:choose>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>