RE: [xml-dev] Ten new XQuery, XSLT 2.0 and XPath 2.0 Working Drafts

From
Michael Kay <>
To
, 'Dare Obasanjo' <>
Date
2003-05-10T16:22:20Z
ID
<005001c31710$548cb910$6401a8c0@pcukmka>
Thread
RE: [xml-dev] Ten new XQuery, XSLT 2.0 and XPath 2.0 Working Drafts
> 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