XmlToPox 1.0.3

dotnet add package XmlToPox --version 1.0.3
NuGet\Install-Package XmlToPox -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XmlToPox" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmlToPox --version 1.0.3
#r "nuget: XmlToPox, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XmlToPox as a Cake Addin
#addin nuget:?package=XmlToPox&version=1.0.3

// Install XmlToPox as a Cake Tool
#tool nuget:?package=XmlToPox&version=1.0.3

XmlToPox

Convert XML to Plain Old XML and Query using XPath

Help or feedback

First things first - do you need help or have feedback? File an issue here!

New in v1.0.3

  • Retarget and bugfixes

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
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on XmlToPox:

Package Downloads
Komodo.Parser

HTML, JSON, XML, SQL, and text parser for Komodo. Please either install Komodo.Daemon to integrate search within your application, or Komodo.Server to run a standalone server. Komodo is an information search, metadata, storage, and retrieval platform.

Less3

<3 Less3 is S3-compatible object storage that you can run on your laptop, server, or anywhere you like.

Komodo.Core

Komodo core libraries for crawling (file, object, web, database), parsing (JSON, XML, SQL, Sqlite, HTML, text), postings (inverted index, token extraction), indexing (search), metadata generation, and integrating within your application. Komodo is an information search, metadata, storage, and retrieval platform.

Carbon.Feature.Storage

Feature to support working with various storage technolgies and protocols.

DocumentTextExtractor

Simple C# library for extracting text and metadata from .docx, .pptx, and .xlsx files

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 2,595 7/24/2023
1.0.2.2 10,322 11/12/2021
1.0.2.1 7,695 11/15/2020
1.0.2 34,802 3/15/2019
1.0.1 1,026 10/8/2016
1.0.0 917 10/8/2016

Retarget