xsl-list
[Top] [All Lists]

Re: RSS Feeds, Dates, Transformation with Exslt

2005-02-24 15:01:31


  Is there another way to get from weird date formates like this example:
  <pubDate>Wed, 23 Feb 2005 16:12:56 GMT</pubDate>
 ..to a format that is recognizable by the parsers?

string handling's a bit easier in xslt2 as you have regular expressions
but if you _know_ the date is in that format then it's fairly easy even
in xslt1 to pull it apart with substring() as all the fields are fixed
width, then it's just a matter of a lookup table for the month names to
month numbers and then re-assembling the bits in the right format.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>