Top "Html-agility-pack" questions

HTML Agility Pack is an open-source HTML parser that builds a read/write DOM and supports Linq, plain XPATH or XSLT.

Html Agility Pack: make code look neat

Can I use Html Agility Pack to make the output look nicely indented, unnecessary white space stripped?

html-agility-pack
Html Agility Pack - Problem selecting subnode

I want to export my Asics running plan to iCal and since Asics do not offer this service, I decided …

c# asp.net-mvc html-agility-pack
HTMLAgilityPack get innerText of a td tag with an id attribute

I am trying to select the inner text of a td with an id attribute with the HTMLAgilityPack. Html Code: &…

c# html html-agility-pack nodes html-table
How do I use HTML Agility Pack to edit an HTML snippet

So I have an HTML snippet that I want to modify using C#. <div> This is a specialSearchWord …

c# html-agility-pack
Parsing HTML to get script variable value

I'm trying to find a method of accessing data between tags returned by a server I am making HTTP requests …

c# javascript html-agility-pack
HtmlAgilityPack - get all nodes in a document

i would like to traverse all nodes in a documnet using HtmlAgilityPack will foreach (HtmlNode node in myhtml.DocumentNode.SelectNodes("//@")) …

c# xpath html-agility-pack
HTML Agility Pack Null Reference

I've got some trouble with the HTML Agility Pack. I get a null reference exception when I use this method …

c# html-agility-pack
HtmlAgilityPack Documentation

I am new to C#(started today) and I am trying to understand someone else's code which used the HtmlDocument …

c# html-agility-pack
HtmlAgilityPack: how to create indented HTML?

So, I am generating html using HtmlAgilityPack and it's working perfectly, but html text is not indented. I can get …

c# html-agility-pack html-generation
XPath Select all children with specific parent node by attribute

I want to select all children i.e images whose parent div with id is testRoot. The structure is unknown. …

xml xpath html-agility-pack