(classical ASP question) Order a xml

  • Thread starter Thread starter Eduardo Rosa
  • Start date Start date
E

Eduardo Rosa

I have a field type date in xml, loading with Microsoft.XMLDOM, how can I
order by date?

xml code:
<Root>
<Fields>
<Field Id="456955" Date="01/05/1956" />
<Field Id="159753" Date="21/06/1972" />
<Field Id="769513" Date="14/07/1932" />
</Fields>
</Root>
 
See the microsoft.public.inetserver.asp.general newsgroup for questions on
classic ASP.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top