Convert XML to Plain Old XML and Query using XPath
First things first - do you need help or have feedback? Contact me at joel dot christner at gmail or file an issue here!
- Retarget to .NET Core 2.0 and .NET Framework 4.5.2
using XmlToPox;
string pox = XmlTools.Convert("Some ridiculous XML document goes here");
Console.WriteLine(pox);
Notes from previous versions (starting with v1.0.0) will be moved here.
v1.0.x
- Initial release