I have installed HtmlAgilityPack via NuGet and it installed version 1.4.3
This version has an error when handling tables!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
...
Id #32107 |
Planned Release:
None
|
Last Updated: Feb 2 at 7:05 PM by rhking |
Created On: Jan 21 at 9:39 PM by andis59
If I execute these two assertions with 1.4.0, they both pass:
Assert.That(HtmlAgilityPack.HtmlEntity.DeEntitize("特别"), Is.EqualTo("特别"));
Assert.That(HtmlAgi...
Id #31915 |
Planned Release:
None
|
Last Updated: Dec 10 2011 at 12:23 AM by rgitzel |
Created On: Dec 10 2011 at 12:22 AM by rgitzel
A DocumentNode is a tree of HtmlNode's. Each node has an InnerHtml (and
InnerText, but I'll talk only of InnerHtml) property. This property is
cached and is controlled by a private field in the Htm...
Id #31858 |
Planned Release:
None
|
Last Updated: Dec 9 2011 at 5:08 PM by jeebmonger |
Created On: Nov 30 2011 at 3:30 PM by lrs5
I successfully add NuGet HtmlAgilityPack v1.4.2 package to my solution.
Now new version v1.4.3 become available as NuGet package and I tried to update it. My Solution contains: ASP.NET MVC 4 Projec...
Id #31801 |
Planned Release:
None
|
Last Updated: Jan 31 at 9:27 PM by totti240282 |
Created On: Nov 23 2011 at 10:18 AM by evereq
cannot be added because of it was not build using windowsphone runtiem
Id #31714 |
Planned Release:
None
|
Last Updated: Nov 9 2011 at 1:37 PM by debugeme |
Created On: Nov 9 2011 at 1:37 PM by debugeme
please try parse this and you will see a problem:
<form class="patrol" method="post" id="patrolForm">
<p class="timeleft">150</p>
</form>
Id #31701 |
Planned Release:
None
|
Last Updated: Jan 22 at 12:59 PM by gaddas |
Created On: Nov 8 2011 at 7:17 AM by Cheburashka
read the thread here http://htmlagilitypack.codeplex.com/discussions/277620
Id #31659 |
Planned Release:
None
|
Last Updated: Oct 29 2011 at 4:26 PM by hugo_luiten |
Created On: Oct 29 2011 at 4:26 PM by hugo_luiten
When I set InnerHtml property of a html node, it swallows the white-spaces. For example, if I want to change InnerHtml of a Html Text Node like that:
"This text will be highlighted"
with this html ...
Id #31640 |
Planned Release:
None
|
Last Updated: Oct 26 2011 at 12:35 AM by oruchreis |
Created On: Oct 26 2011 at 12:35 AM by oruchreis
Hi all, I have such problem with malformed HTML:
<html>
<head/>
<body>
<p><div class="mydiv">this is the text of the paragraph</p><p>this is another paragraph</p></div>
</body>
</html>
that is re...
Id #31622 |
Planned Release:
None
|
Last Updated: Oct 21 2011 at 2:32 PM by Viridovix |
Created On: Oct 21 2011 at 2:32 PM by Viridovix
Take the attached document as an example. Without adding the doctype I am unable to do something like "doc.Document.Decendents("tr")". Seems like a missing doctype should be supported in some defau...
Id #31489 |
Planned Release:
None
|
Last Updated: Sep 23 2011 at 3:37 AM by ischyrus |
Created On: Sep 23 2011 at 3:32 AM by ischyrus
|
|
|
|
|