This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Xml; | |
| using System.Xml.Linq; | |
| namespace XmlLib | |
| { | |
| /// <summary> | |
| /// Provides extension methods for simple conversion between System.Xml and System.Xml.Linq classes. | |
| /// </summary> | |
| /// <remarks>From: http://brianary.blogspot.com/2010/02/converting-between-xdocument-and.html</remarks> | |
| public static class XmlLinqConversionExtensions |