Search
2
votes

HtmlAgilityPack v1.4.3 parses tables wrong

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
1
vote

HtmlEntity.Entitize > v1.4.0 failing on Chinese characters

If I execute these two assertions with 1.4.0, they both pass: Assert.That(HtmlAgilityPack.HtmlEntity.DeEntitize("&#29305;&#21035;"), 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
3
votes

InnerHtml property not calculated properly

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
2
votes

NuGet package update / manage Fails via VS Manage NuGet Packages dialog

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
1
vote

cannot be added because of it was not build using windowsphone runtiem

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
3
votes

incorrect parse <form ...

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
1
vote

doesnt get image src tag in inner html

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
1
vote

Setting to HtmlNode.InnerHtml doesn't preserve white-spaces

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
1
vote

Malformed tag resolution priority

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
1
vote

Doesn't work without doctype

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
Show 10  25  50  100 Work Items
1-10 of 134 Work Items < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.7.18398