xsl-list
[Top] [All Lists]

[xsl] Display RSS grouped by month

2007-11-08 21:41:29
Hello,

I would like to display an RSS feed grouped by month
using XSL version 1, please.

Here is my xml:

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>My Feed</title>
  <description>My feed desc</description>
  <item>
    <title>News 1</title>
    <description>News 1</description>
    <link>http://www.none.ca/1</link>
    <pubDate>Thu, 8 Nov 2007 10:10:30 -0500</pubDate>
   </item>
   <item>
     <title>News 2</title>
     <description>News 2</description>
     <link>http://www.none.ca/2</link>
     <pubDate>Tue, 2 Oct 2007 10:10:16 -0500</pubDate>
   </item>
</channel>
</rss>

Desired output:

November
News 1

October
News 2

Thank you,

Brent Wilcox

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
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>