Hi Serena,
Could you give more information about your case - I can't undestand what exactly do you want to do. Otherwise, here is a short example of using the xs:time type:
<Documents> <Document id="1" time="01:00:00"> </Document> <Document id="2" time="02:00:00"> </Document> <Document id="3" time="15:00:00"> </Document> <Document id="4" time="16:00:00"> </Document> </Documents> //Document[@time cast as xs:time > "13:00:00" cast as xs:time]
Greetings, Dimitar
Am Montag, 18. Juli 2011, 16:24:22 schrieb Lusha Wang:
Hi Guys Is it possible to query for specific time period of data? I really appreciate any help. <Documents> <Document id=" " time=" "> .............. </Document> <Document id=" " time=" "> .............. </Document>
</Documents>
Sincerely Serena