- From: Steve Muench <smuench@us.oracle.com>
- Date: Mon, 2 Oct 2000 00:43:39 -0700
- To: "Gilad Bar Lev" <GBarlev@ifn.co.il>
- Cc: <xsl-editors@w3.org>
Gilad,
"How-to" questions are best sent to the public XSL-List mailing
list at xsl-list@mulberrytech.com The xsl-editors mailing list
is for sending comments/corrections to the XSL specifications.
Thanks for your understanding.
P.S. To select all <SomeElement> elements and sort them by
the value of their attributed named "SomeAttr"...
<xsl:for-each select="SomeElement">
<xsl:sort select="@SomeAttr"/>
:
______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/
----- Original Message -----
From: "Gilad Bar Lev" <GBarlev@ifn.co.il>
To: <xsl-editors@w3.org>
Sent: Monday, October 02, 2000 1:21 AM
Subject: xsl sorting
| How can I sort xml with xml:sort by which the sorting will be by the
| attributes
| Can you give me a code example
|
| Thank you !!!
|
| Gilad
|
| gbarlev@ifn.co.il <mailto:gbarlev@ifn.co.il>
|
|
|
Received on Monday, 2 October 2000 03:40:24 UTC