View Single Post
  #2 (permalink)  
Old Apr 17th, 2006, 03:01
Anonymous User
Guest
Posts: n/a
Re: filter xml and sort xml

You can use the Micosoft XML library in ASP to work with XML (load XML, sort nodes etc.) or you could use XSL to transfor the XML but if you wish to sort / filter by dates then XSL might not be the best way as there are no internal functions for comparing dates.
Reply With Quote