html-agility-pack
Losing the 'less than' sign in HtmlAgilityPack loadhtml
I recently started experimenting with the HtmlAgilityPack. I am not familiar with all of its options and I think therefor I am doing something wrong.[详细]
2023-02-19 18:11 分类:问答A problem parsing a HTML tag with HTML Agility Pack C#
This seems like it should be a easy thing to do but I am having some major issues with this. I am trying to parse for a specific tag with the HAP. I use Firebug to find the XPath I want and come up wi[详细]
2023-02-19 00:41 分类:问答HtmlAgility ParseErrors Property
What errors can I expect to fix HtmlAgility library? I know from my own experience it can close a missing tag, like:[详细]
2023-02-18 16:57 分类:问答why can't i get All text within this xpath in this page?
here is the url and xpath . url : http://product.dangdang.com/product.aspx?product_id=21026883&ref=book-01-E1[详细]
2023-02-18 15:37 分类:问答Encoding in HTML using HtmlAgilityPack
I have a question about Chinese encoding and saving back to a file. I am currently using the HtmlAgilityPack to parse HTML, do some things with it and save it back to the file. I am having a problem w[详细]
2023-02-18 05:12 分类:问答HTML Agility pack create new HTMLNode
I\'m using HTML Agility Pack to parse and transform a HTML file, but I get an exception \"Item has already been added\" when try to create a new HTMLNode because of the index parameter.[详细]
2023-02-17 09:06 分类:问答HTMl agility pack error parsing and returning XElement
I can parse the document and generate an output however the output cannot be parsed into an XElement because of a p tag, everything else within the string is parsed correctly.[详细]
2023-02-17 06:23 分类:问答Cannot get HTML Attributes from HTML file (C#/WinForms)
I have the following code that I managed to come up with: private void button1_Click(object send开发者_JS百科er, EventArgs e)[详细]
2023-02-16 03:47 分类:问答Super slow HttpWebRequest
I\'m making a website scraper for a project I\'m doing.I\'ve gotten everything to work great, however, loading the actual page takes F-O-R-E-V-E-R.You can see the page it\'s loading here:[详细]
2023-02-15 18:24 分类:问答Removing element by class name with HTMLAgilityPack c#
I\'m using the html agility pack to read the contents of my html document into a string etc. After this is done, I would like to remove certian elements in that content by their class, however I am st[详细]
2023-02-15 10:51 分类:问答