Subject: RE: XQuery 1.0 and XPath 2.0 Functions and Operators Version 1.0
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Sat, 8 Sep 2001 06:47:00 +0100
|
Mike,
What will <xsl:value-of select="1 TO 10" /> give you?
What will <xsl:copy-of select="1 TO 10" /> give you?
Will the "," be used as in xf:item-at(($seq1, $seq2), 5) and
xf:item-at((1 TO 3, 4 TO 6), 5)?
Will you be able to do <xsl:for-each select="(1 TO 3, 4 TO 6)">
Why is TO only monotonically increasing?
Ciao Chris
P.s. Does the word monotonically (11.2.1.3) need to be there? It isn't
in the online Cambridge dictionary and a quick search of google came up
with 2 equally scary pages http://atlas-conferences.com/c/a/e/u/38.htm
http://www.dgp.toronto.edu/people/mooncake/thesis/node87.html ;-)
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Michael Kay
> Sent: 07 September 2001 23:08
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: XQuery 1.0 and XPath 2.0 Functions and
> Operators Version 1.0
>
>
> > > The idea is that a variable which in XPath 1.0 holds a node-set,
> > > should in XPath 2.0 hold a sequence of nodes, the
> sequence being in
> > > document order with no duplicates.
> >
> > If a sequence can't contain duplicates what do you get from...
>
> A sequence can contain duplicates. But the idea is that (as a first
> approximation) expressions that in XPath 1.0 return a
> node-set, will in XPath 2.0 return a sequence in document
> order without duplicates. New expressions and operators may
> produce sequences that do contain duplicates.
>
> Mike Kay
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: XQuery 1.0 and XPath 2.0 Functions and Operators Version 1.0, (continued)
- Chris Bayes - Fri, 7 Sep 2001 09:31:50 -0400 (EDT)
- Michael Kay - Fri, 7 Sep 2001 11:37:51 -0400 (EDT)
- Chris Bayes - Fri, 7 Sep 2001 16:21:42 -0400 (EDT)
- Michael Kay - Fri, 7 Sep 2001 18:10:37 -0400 (EDT)
- Chris Bayes - Sat, 8 Sep 2001 01:57:59 -0400 (EDT) <=
- Chris Bayes - Sat, 8 Sep 2001 02:11:54 -0400 (EDT)
- Max Dunn - Sat, 8 Sep 2001 02:30:18 -0400 (EDT)
- Kurt Cagle - Sat, 8 Sep 2001 03:39:54 -0400 (EDT)
- Michael Kay - Sat, 8 Sep 2001 18:05:00 -0400 (EDT)
|
|