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

Re: xsl:sort and xsl:key

Subject: Re: xsl:sort and xsl:key
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 11 Jul 2001 12:07:14 +0100
xsl key sort
Kerin:

I'd guess the most glaring pratfall is an elementary one (so apologies if it doesn't apply to you).

That is to mistake

<xsl:sort select="key()"/>

as having the effect of selecting the node-set retrieved by the key, and sorting them. Really what it does is sort the current node list using the value(s) of the node-set(s) retrieved by the key() expression (for each node in the list), as the sort key for an alphabetic or numeric sort.

Does that make sense? In other words, someone who hasn't mastered sorting might say this when they really mean:

<xsl:apply-templates select="key()">
  <xsl:sort/>
</xsl:apply-templates>

Getting, no doubt, very erratic results (including errors from using xsl:sort where it's not allowed). But without knowing what you're trying to do, I can't say if that describes your case.

Cheers,
Wendell

At 11:22 AM 7/11/01, you wrote:
Hi everyone,

This is a horribly vague question, but it would take a *very* long time to
give a proper background and explanation to what it is I'm doing just now:

Are there any issues I should know about when trying to perform something
like <xsl:sort select="key()"/> ?

I've tried it a couple of times with what I'm working on, and the results
have been erratic, to say the least. Does anybody know if any issues, common
pratfalls, etc?

Thanks,

Kerin

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


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



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.