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); xmlDocCopy.SelectSingleNode("//Links").RemoveAll(); XmlNode node = xmlDoc.SelectSingleNode("//Links"); XPathNavigator navigator = node.CreateNavigator(); XPathExpression selectExp... [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(11) | 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 the select few that Microsoft recognizes as community leaders. I'll take this opportunity to thank each and everyone who nominated me for this award behind the scene.  Nandr... [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(12) | Comments RSS