Hi All,

I want to write a function that select some of xml nodes from a xml file
that xml file has a attribute is date 20/06/2011 12:00:00 PM
if i want to select all the node that is before 20/06/2011.

i know sql query has >>> date LIKE "20/06/2011%"

does xpath or .net has kind of method

thank you