[
Lists Home |
Date Index |
Thread Index
]
> I
> have an antipathy to xpath having
> conditional and for expressions, as I
> personally thought that should be part of
> the individual programming language
> environment calling xpath rather than xpath
> itself
You're obviously one of those people who enjoys writing esoteric things
like:
<xsl:sort select="debit[$condition] | credit[not($condition)]"/>
Michael Kay
|