Sorting Nodes--Urgent!!!

wxdqz

New Member
I have data that is hierarchical in nature. I need to reorder nodes oncertain levels but not affect the data below those levels. Is it possibleto sort the nodes of a certain level without affecting the parts on asublevel.My data looks something like thisCategoryItemAssemblySubassembliesI need to sort by category and Item, but leave assemblies and subassembliesalone.Is this possible with MSXML 2.0, which is what is on my machine currently?Do I need to upgrade that (I am running IE 5.5 and thought that that wouldhave been upgraded, but it hasn't to my knowledge)? Do I need to go withanother parser (is this the correct term)? Or is this impossible to do inXML?Thanks.
 
Back
Top