xsl-list
[Top] [All Lists]

Re: [xsl] Variable in XPath

2007-06-27 10:31:41
Florent Georges wrote:
      <xsl:sequence select="
          if ( empty($rhs) ) then
            true()
          else
            $lhs eq $rhs"/>
    </xsl:function>

if you like, you can also write this as:

<xsl:sequence select="(empty($rhs), $lhs eq $rhs)[.]" />

-- Abel

--~------------------------------------------------------------------
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>