Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Multi-Dimensional Array Sorting


Message #1 by "John Buckley" <john@b...> on Thu, 18 Apr 2002 19:47:19
Hello,

I have a quick question, regarding multi-dimensional arrays.  I am parsing 
an XML document and placing the values of particular nodes into a multi-
dimensional array.  One of these nodes happens to be a date value, and I 
need to then sort the array from newest to oldest given the date value.   
I am wondering if this can be done through the DOMXML component or should 
I store all the values and execute some sort of array sorting method?  I 
must admit, I am a bit rusty using ASP, but hopefully I am following the 
correct path.

Thanks,
John

  Return to Index