A
andy
I have a series of xml nodes like the following...
<MatchedItem>
<DateMatched>2008-03-23T03:15:33.84375+00:00</DateMatched>
<Url>http://www.mininova.org/get/1264031</Url>
<PatternMatched>
<PatternString>daily.show</PatternString>
<MatchOnce>false</MatchOnce>
</PatternMatched>
<Title>Jon Stewart & Daily Show - America - A Citizen's Guide
to Democracy Inaction [MakeGreatMusic.Net (5S/0L)</Title>
<FeedName>Mininova</FeedName>
<Size>78.022</Size>
</MatchedItem>
I would like to group nodes by the date, specifically I would like all
the nodes that have the day to be together in a html table when you view
the xml file in browser.
Could someone give me some pointers as to how to achieve this ?.
Any help appreciated.
<MatchedItem>
<DateMatched>2008-03-23T03:15:33.84375+00:00</DateMatched>
<Url>http://www.mininova.org/get/1264031</Url>
<PatternMatched>
<PatternString>daily.show</PatternString>
<MatchOnce>false</MatchOnce>
</PatternMatched>
<Title>Jon Stewart & Daily Show - America - A Citizen's Guide
to Democracy Inaction [MakeGreatMusic.Net (5S/0L)</Title>
<FeedName>Mininova</FeedName>
<Size>78.022</Size>
</MatchedItem>
I would like to group nodes by the date, specifically I would like all
the nodes that have the day to be together in a html table when you view
the xml file in browser.
Could someone give me some pointers as to how to achieve this ?.
Any help appreciated.