Is it possible to compare two dates in XML? What I'm trying to do is use XPath to display all occurances that are between two certain dates.
What I have at the moment is:
/transactions/transaction[@date > '06/01/2000']
Theres more, but I can't even get this first bit working. It doesn't seem to recognize it as a date at all. Any help here, I'm pretty new to this stuff..