This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: xpath2 functions returning ()


David,

> That wuld be a rather big change. If strings were sequences in that
> sense then ("abc")[2] would be "b".

Whereas currently it's raises an error, of course - nothing to do with
the fact that strings aren't split into characters, but rather because
predicates can only be used on steps, and general steps must return
node sequences.

So:

  (1, 2, 3)[2]

is an error according to the XPath 2.0 WD, as far as I can tell.

Which strikes me as rather peculiar, personally.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]