XLinq to Html
Read HTML as XML using XLinq.
Usage
using System.Xml.Linq;
using Devlooped.Html;
XDocument page = HtmlDocument.Load("page.html")
Works great when combined with CSS selectors for XLinq.
Leverages Microsoft SgmlReader which converts (almost) all HTML to valid XML.
Dogfooding
We also produce CI packages from branches and pull requests so you can dogfood builds as quickly as they are produced.
The CI feed is https://pkg.kzu.io/index.json.
The versioning scheme for packages is:
- PR builds: 42.42.42-pr
[NUMBER] - Branch builds: 42.42.42-
[BRANCH].[COMMITS]