Skip to content

Convert XML to plain old XML and query it using XPath

License

Notifications You must be signed in to change notification settings

jchristn/XmlToPox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XmlToPox

Convert XML to Plain Old XML and Query using XPath

Help or feedback

First things first - do you need help or have feedback? Contact me at joel dot christner at gmail or file an issue here!

New in v1.0.2

  • Retarget to .NET Core 2.0 and .NET Framework 4.5.2

Simple example

using XmlToPox;

string pox = XmlTools.Convert("Some ridiculous XML document goes here");
Console.WriteLine(pox);

Version history

Notes from previous versions (starting with v1.0.0) will be moved here.

v1.0.x

  • Initial release