Skip to content

Tora-Bora/html-agility-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Html Agility Pack (HAP)?

This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).

NuGet: https://www.nuget.org/packages/HtmlAgilityPack/

Stack Overflow Support

Have a question? Ask questions and find answers from over 2500 questions.

Stack Overflow

Tutorials & Examples

Need help to getting started? Find answers you need through tutorials and online examples.

Tutorials

Issue Tracker

Found a bug? Have suggestion? Report it and get support from our professional team.

Issues


ZZZ Projects is the new home of Html Agility Pack since 2017-05-01. We do not plan to provide support by mail or on GitHub until the online documentation is completed.

We plan to start to provide support starting on 2017-07-01

Roadmap

  1. Support .NET Standard (In Progress)
  2. Add Website (Completed)
  3. Add Website Documentation (In Progress)
  4. Support CSS Selector
  5. Clean Code && Comment

Packages

No packages published

Languages

  • C# 88.1%
  • HTML 11.9%