Code Snippet: Sort nodes in an Xml Document

Posted at: 7/13/2007 at 4:40 PM by saravana
Scenario: Need to produce a new xml document with particular node list sorted in ascending/descending order Code: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(@"Input.xml"); XmlDocument xmlDocCopy = new XmlDocument(); xmlDocCopy.LoadXml(xmlDoc.OuterXml); xmlDocC... [More]
Tags:  Categories: .NET
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(4) | Comments RSS

Subject: [MVP] Congratulations! You have received the Microsoft MVP Award

Posted at: 7/2/2007 at 11:26 PM by saravana
Yeah, its official now. I have received the 2007 Microsoft MVP award for BizTalk Server. It's been a really fun year blogging, writing white paper, launching BizTalk 24 * 7 and just generally getting more involved in the community. I feel proud and honored to be part of th... [More]
Tags:  Categories: MVP
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(8) | Comments RSS