I have a xml file:
<AAA id="1111">
<DateTime>200 7-01-01 12:01:03</DateTime>
....
</AAA>
How can I use XPath to select all <AAA> nodes whose DateTime value is 30 days older than the current DateTime?
Or, I have to use a loop?
thanks
bear
<AAA id="1111">
<DateTime>200 7-01-01 12:01:03</DateTime>
....
</AAA>
How can I use XPath to select all <AAA> nodes whose DateTime value is 30 days older than the current DateTime?
Or, I have to use a loop?
thanks
bear
Comment