[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] How to sort a nodeset referenced by a variable?
Subject: RE: [xsl] How to sort a nodeset referenced by a variable?
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 05 Jul 2001 15:53:35 +0100
|
At 05:40 PM 7/5/01, Mike wrote:
> So <xsl:sort select="secondelement" /> would work as well (and be a
> teeny-tiny bit faster).
It might save two microseconds in parsing the XPath expression, but I think
you can take it as read that any respectable XSLT engine will reduce xxx and
./xxx to the same internal representation. Actually I think ./xxx is quite
nice for extra clarity.
Cool. So I guess the standards for respectability are going up! :-)
--Wendell
======================================================================
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
|