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

RE: xsl:sort

Subject: RE: xsl:sort
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 20 Apr 2005 20:40:51 +0100
xsl sort date
You will need to convert the dates/times to standard ISO 8601 notation

2005-04-01T14:55:08+01:00

Code for doing such conversion has been posted on this list last week.

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

> -----Original Message-----
> From: Phillip Nicolson [mailto:pjn3@xxxxxxxxxxxxx] 
> Sent: 20 April 2005 18:32
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  xsl:sort
> 
> Hi,
> 
> I am trying to sort a list of jobs using:
> 
>             <xsl:for-each select="//job">
>             <xsl:sort select="@time" />
>             ........etc
> 
> However the value of time is sorted by the day not date order ie:
> 
> Fri Apr 01 14:55:08 BST 2005
> 
> will come before 
> 
> Thu Mar 31 13:54:55 BST 2005
> 
> as the sort is using the default data-type and sorting as 
> text. Is there
> a way to sort these values using the date values of @time?
> 
> thanks
> 
> 
> 
> On Wed, 2005-04-20 at 18:17, Pierre-Yves wrote:
> > Hello,
> > 
> > Thanks for the answers but it's not so easy :
> > 
> > I gave Paragraph, Title_EN and SubParagraph_EN as examples 
> but I have
> > many items that have other names.
> > 
> > doing something like item[@name='Title_EN'] or 
> item[@name='Paragraph']
> > won't help me much...
> > 
> > I am trying with things like :
> > <item name="{substring-before(concat(@name, '_'), '_')}">
> > to get all items names without underscore something at the end
> > and 
> > [substring-after(@name, '_') to get EN or FR
> > but still I don't succeed in making something that outputs what I
> > expect.
> > 
> > Thanks,
> > Pierre.
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around 
> > http://mail.yahoo.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.