|
Subject: [xsl] Display RSS grouped by month From: Brent Wilcox <cwilly00@xxxxxxxxx> Date: Thu, 8 Nov 2007 20:40:42 -0800 (PST) |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Is this the best way to e, Michael Kay | Thread | Re: [xsl] Display RSS grouped by mo, Mukul Gandhi |
| RE: [xsl] Is this the best way to e, Michael Kay | Date | Re: [xsl] Display RSS grouped by mo, Mukul Gandhi |
| Month |