I have a an XML which is an RSS feed containing 400 or so items. Inside it is a repeating line:
<span class="rtm_due_value">Tue 29 Jan 13</span>
This is where the date will change based on the post. What I want to do is to count how many times I get a date which is within the last 48 hours. Right now I’ve got a script which counts the number of entry elements which gives the total, though this is for the full list.
Thanks in advance,
Kris
Try something like this: