Re: Sorting Nodes

2000-05-23 Thread Mike Van Riper
PROTECTED] > -Original Message- > From: Steve Bayouk [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 23, 2000 11:42 AM > To: [EMAIL PROTECTED] > Subject: Sorting Nodes > > > I have an xml document that has a list of nodes, each have > two children. > (see example b

Sorting Nodes

2000-05-23 Thread Steve Bayouk
I have an xml document that has a list of nodes, each have two children. (see example below) What I would like to do is write a method to sort the nodes so that they are listed alphabetically by . Has anyone done anything similar to this? If so, can you give me some tips to move me in the right