Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jchristn/xmltopox

Convert XML to plain old XML and query it using XPath
https://github.com/jchristn/xmltopox

nuget pox xml xpath

Last synced: 5 days ago
JSON representation

Convert XML to plain old XML and query it using XPath

Awesome Lists containing this project

README

        

# XmlToPox

[![][nuget-img]][nuget]

[nuget]: https://www.nuget.org/packages/XmlToPox/1.0.0
[nuget-img]: https://badge.fury.io/nu/Object.svg

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
```csharp
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