1-10 of 23 < Previous Next >
1 vote

Using XPath to select a collection of <option> nodes under <select> node incrementally causes unexpected results

When using the HtmlNode.SelectNodes(string xpath) function to select all of the option nodes under a select node, I get back either a null HtmlNodeCollection if I select using the next node xpath c...

id# 15364 | Planned Release: None | Last Updated: Jul 15 at 9:56 AM  by Lucas_Hosseini
2 votes

SelectNodes from ChildNodes

It would be nice if I could use SelectNodes() from a child node and have it only select those type of nodes from the child nodes rather then from the entire tree. A good example, would be that I n...

id# 13102 | Planned Release: None | Last Updated: Jul 14 at 6:57 PM  by Zagnar
2 votes

Ordering problem with RemoveChild

When I remove an item from a parent node, the ordering of the children changes: The following example replaces the less-than and greater-than signs with square brackets. If you comment out the Re...

id# 9113 | Planned Release: None | Last Updated: Jul 6 at 11:06 PM  by jongalloway
1 vote

Add Unit testing project

Should serve two purposes: - progressively add coverage to existing codebase - Provide guidance to dealing with the numerous issues registered since last production build

id# 16651 | Planned Release: None | Last Updated: Jun 17 at 9:46 PM  by JudahGabriel
1 vote

"End tag </script> was not found" when using short notation for tag closing

Here is a sample HTML file to illustrate the problem: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../scripts/general.js"...

id# 16045 | Planned Release: None | Last Updated: Jun 2 at 6:13 AM  by simonm
3 votes

Unclosed paragraph lost

When inputting this html: <p>Paragraph1<p>Paragraph2</p> The InnerHtml property of DocumentNode will contain: <p />Paragraph 1<p>Paragraph 2</p> This essentially means the first paragraph is lo...

id# 12418 | Planned Release: None | Last Updated: Jun 2 at 6:12 AM  by simonm
0 votes

Add class diagram

As a piece of code documentation and a tool for further designing. Needs custom layout for achieving any purpose

id# 16652 | Planned Release: None | Last Updated: May 19 at 4:10 AM  by Jessynoo
0 votes
closed

Provide VS2008 sln and projects

Trying to do so by copying the existing and manually editing the sln file before opening thus firing the upgrading process. Not sure about how TFS will handle that though.

id# 16648 | Planned Release: None | Last Updated: May 18 at 6:56 PM  by Jessynoo
0 votes
closed

Initial folders Reorganisation before new project updates

Moving from $htmlagilitypack/htmlagilitypack/... scheme to $htmlagilitypack/Trunk/... and branching current codebase to $htmlagilitypack/Branches/1.3.0 for archiving purprose

id# 16647 | Planned Release: None | Last Updated: May 18 at 6:11 PM  by Jessynoo
1 vote

Odd series of '--' produce not well-formed xml output

When input html contains comment with long odd series of minuses '-', library produces not well-formed xml output. HTML fragment: <!-- Code for :bbc-----> Produced output: <!-- Code for :bbc - -...

id# 16572 | Planned Release: None | Last Updated: May 14 at 2:57 PM  by Strah

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 23 < Previous 1 2 3 Next >
Updating...