Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jchristn/xmltopox
- Owner: jchristn
- License: mit
- Created: 2016-10-08T21:25:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T17:07:37.000Z (about 3 years ago)
- Last Synced: 2025-01-13T20:56:37.143Z (28 days ago)
- Topics: nuget, pox, xml, xpath
- Language: C#
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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.svgConvert 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