loadxml

  • Parse XML to Dynamic ExpandoObject C# .NET 4.0

    The example below uses the LINQ to XML predecessor System.Xml.XmlDocument simply because I still prefer the regex parsing method. It can easily be adapted to use XDocument instead based on your preference. The end resulting output (IEnumerable) is the same.… Continue reading