|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Variable in XPath
Abel Braaksma wrote:
> 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)[.]" />
Personally, I find that a little bit cryptic. I prefer to name
things using variables or functions, and use maybe more verbose
expressions to define them.
AMHA this kind of short-cuts are useful when either they are used
enough time to be an idiom, or to write an expression to be used once
and then thrown away.
Regards,
--drkm
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






