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