[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Sequences in XSLT 2.0..

Subject: RE: Sequences in XSLT 2.0..
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 14 Mar 2005 18:49:44 -0000
xslt sequences
> XSLT 2.0 has introduced a major paradigm shift from XSLT 1.0 by
> introducing the concept of sequences. Now everything is a sequence.
> Earlier everything was a node-set. I wonder what was the need of such
> a major change? What does sequences concept achieve that node-sets
> cannot? Why was it considered neccessary to introduce in XSLT 2.0?
> 
> I'll appreciate if somebody could explain the rationale 
> behind sequences..

Several reasons:

(a) XML Schema allows list-valued elements and attributes, so a schema-aware
processor needs to handle lists of atomic values.

(b) The main reason it's so hard in XSLT 1.0 to do "sum of price times
quantity" (or any other sum of a computed value) is that XSLT 1.0 doesn't
allow collections of numbers (or strings), only collections of nodes. This
also makes string handling much harder, for example you can only provide a
usable tokenize() function if you support sequences of strings.

(c) XSLT 1.0 allows you to process a collection of nodes in sorted order,
but it doesn't allow you to save a sorted sequence of nodes in a variable.

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.