P
paul.boparai
Hi,
I have elements tagged with a date attribute in my XML files. The
attribute takes in text formatted like so:
2007 Jan 04
2006 Mar 22
Four numbers for the year
A space
Three letters for the month
A space
Two numbers for the day of the month
My question is, if I specify in a universal "revisiondate" element
another date, how can I make sure dates after the revision date are
shown. So for example, if I use "2006 Jul 21" in revision date, I
want to select all elements with date attributes that are later than
July 21st, 2006 and not have anything before this date.
Cheers,
Paul
I have elements tagged with a date attribute in my XML files. The
attribute takes in text formatted like so:
2007 Jan 04
2006 Mar 22
Four numbers for the year
A space
Three letters for the month
A space
Two numbers for the day of the month
My question is, if I specify in a universal "revisiondate" element
another date, how can I make sure dates after the revision date are
shown. So for example, if I use "2006 Jul 21" in revision date, I
want to select all elements with date attributes that are later than
July 21st, 2006 and not have anything before this date.
Cheers,
Paul