CenterCLR.SgmlReader NuGet Package

SgmlReader for Portable Library.
SgmlReader is "SGML" markup language parser, and derived from System.Xml.XmlReader in .NET CLR.
But, most popular usage the "HTML" parser.

(It's scraper!!)

/* Use SgmlReader in Html parse mode. */
XDocument document = SgmlReader.Parse(stream);

Done!.




Got any CenterCLR.SgmlReader Question?





Info

Version: 2018.8.31
Author(s): Kouji Matsui
Last Update: Thursday, August 30, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/kekyo/CenterCLR.SgmlReader
NuGet Url: https://www.nuget.org/packages/CenterCLR.SgmlReader


Install
Install-Package CenterCLR.SgmlReader
dotnet add package CenterCLR.SgmlReader
paket add CenterCLR.SgmlReader
CenterCLR.SgmlReader Download (Unzip the "nupkg" after downloading)

.NETFramework 4.0
  • No dependencies.
.NETStandard 1.0 .NETStandard 2.0
  • No dependencies.
netcoreapp2.0
  • No dependencies.
4 packages depend on this package.


Tags



STATS

must-have-score

1.9

avg-downloads-per-day

4

days-since-last-release

2064