Microsoft.Xml.SgmlReader
1.8.20
SgmlReader is a .NET library that is handy for converting SGML content (like HTML and OFX) into well formed XML via XmlReader, XmlDocument, XDocument or XPathDocument. It runs on Windows and Linux using Mono.
Install-Package Microsoft.Xml.SgmlReader -Version 1.8.20
dotnet add package Microsoft.Xml.SgmlReader --version 1.8.20
<PackageReference Include="Microsoft.Xml.SgmlReader" Version="1.8.20" />
paket add Microsoft.Xml.SgmlReader --version 1.8.20
#r "nuget: Microsoft.Xml.SgmlReader, 1.8.20"
This version contains lots of code cleanups by Jason Nelson bringing
the code up to stuff with lovely new C# 8 language features.
This version contains lots of code cleanups by Jason Nelson bringing
the code up to stuff with lovely new C# 8 language features.
Release Notes
https://github.com/lovettchris/SgmlReader/blob/master/README.md
Dependencies
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
-
UAP 0.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Xml.SgmlReader:
Package | Downloads |
---|---|
Restless.OfxSharper
Provides Ofx parsing and building services
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.Xml.SgmlReader:
Repository | Stars |
---|---|
xamarin/xamarin-android
Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
|
|
microsoft/XmlNotepad
XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
|
|
xamarin/java.interop
Java.Interop provides open-source bindings of Java's Java Native Interface (JNI) for use with .NET managed languages such as C#
|