I wish to extract the records which are between 2004-6-03 13:40:49.0 to 2004-10-03 13:40:49.0 date . I wish to do it using XSL. I used this XPath ..//rec[field[1] >= '2004-06-03 13:40:49.0'][field[1] <= '2004-10-03 13:40:49.0'] But it returns me an empty node set. What I am missing ... ?
I used this XPath ..//rec[field[1] >= '2004-06-03 13:40:49.0'][field[1] <= '2004-10-03 13:40:49.0'] But it returns me an empty node set. What I am missing ... ?