<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>htmlagilitypack Release Rss Feed</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=htmlagilitypack</link><description>htmlagilitypack Release Rss Description</description><item><title>Updated Release: HAP 1.4.6 (Jul 10, 2012)</title><link>http://htmlagilitypack.codeplex.com/releases/view/90925</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;1.4.6 Release&lt;/h1&gt;The only difference between 1.4.5 is a fix for the .NET 2.0 dll in 1.4.5&lt;br /&gt;
&lt;h2&gt;Below are the notes for 1.4.5&lt;/h2&gt;
This codeplex release is provided as a courtesy, the preferred method of referencing HAP is through nuget &lt;a href="http://nuget.org/packages/HtmlAgilityPack"&gt;http://nuget.org/packages/HtmlAgilityPack&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This release includes versions of Html Agility Pack for .NET 2.0 - 4.5, Silverlight 4-5, Windows Phone 7-7.1 and Windows 8 Metro.&lt;br /&gt;
&lt;h2&gt;Windows 8 Metro support&lt;/h2&gt;The Windows 8 Metro version is a mostly untested port. There is a known bug with Windows 8 Metro HttpClient and basic authentication. This client is used within the HtmlWeb class. Also XPATH is not supported and may never be supported, only LINQ expressions can be used. &lt;br /&gt;
&lt;h2&gt;BugFixes&lt;/h2&gt;This update fixes a few bugs introduced in the nuget versions since 1.4.0. 
&lt;ul&gt;&lt;li&gt;PreHandleDocumentHandler now fires before the Document is loaded in HtmlWeb&lt;/li&gt;
&lt;li&gt;Invalid parsing of td tags is fixed&lt;/li&gt;
&lt;li&gt;Minor speed up of node name retrieval, most notable in LINQ queries&lt;/li&gt;
&lt;li&gt;Deprecation of DescendantNodes and DescendantNodesAndSelf. These methods will have their implementations changed in the future which will break existing code. It is recommended to use Descendants and DescendantsAndSelf instead&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Source code structure changes&lt;/h2&gt;More files have been split into partial classes or refactored to facilitate porting HAP to new .NET target profiles. Since it now not possible to build all versions of HAP in one version of visual studio there are multiple solution files. All solution files have been moved to the Solutions directory to keep items tidy. Test projects (current and upcoming) have been moved to the Tests folder. While all sample projects have been moved to the Samples folder.&lt;br /&gt;
&lt;h2&gt;Getting the Source Code&lt;/h2&gt;Due to Codeplex now supporting tagging source control versions to releases the source zip file is not included here. Please follow the tagged change set number link above to a page where you can download the source code for this release&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Mon, 13 Aug 2012 23:12:12 GMT</pubDate><guid isPermaLink="false">Updated Release: HAP 1.4.6 (Jul 10, 2012) 20120813111212P</guid></item><item><title>Released: HAP 1.4.6 (Jul 10, 2012)</title><link>http://htmlagilitypack.codeplex.com/releases/view/90925</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;1.4.6 Release&lt;/h1&gt;
The only difference between 1.4.5 is a fix for the .NET 2.0 dll in 1.4.5&lt;br&gt;
&lt;h2&gt;Below are the notes for 1.4.5&lt;/h2&gt;
This codeplex release is provided as a courtesy, the preferred method of referencing HAP is through nuget
&lt;a href="http://nuget.org/packages/HtmlAgilityPack"&gt;http://nuget.org/packages/HtmlAgilityPack&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This release includes versions of Html Agility Pack for .NET 2.0 - 4.5, Silverlight 4-5, Windows Phone 7-7.1 and Windows 8 Metro.&lt;br&gt;
&lt;h2&gt;Windows 8 Metro support&lt;/h2&gt;
The Windows 8 Metro version is a mostly untested port. There is a known bug with Windows 8 Metro HttpClient and basic authentication. This client is used within the HtmlWeb class. Also XPATH is not supported and may never be supported, only LINQ expressions
 can be used. &lt;br&gt;
&lt;h2&gt;BugFixes&lt;/h2&gt;
This update fixes a few bugs introduced in the nuget versions since 1.4.0.
&lt;ul&gt;
&lt;li&gt;PreHandleDocumentHandler now fires before the Document is loaded in HtmlWeb &lt;/li&gt;&lt;li&gt;Invalid parsing of td tags is fixed &lt;/li&gt;&lt;li&gt;Minor speed up of node name retrieval, most notable in LINQ queries &lt;/li&gt;&lt;li&gt;Deprecation of DescendantNodes and DescendantNodesAndSelf. These methods will have their implementations changed in the future which will break existing code. It is recommended to use Descendants and DescendantsAndSelf instead&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Source code structure changes&lt;/h2&gt;
More files have been split into partial classes or refactored to facilitate porting HAP to new .NET target profiles. Since it now not possible to build all versions of HAP in one version of visual studio there are multiple solution files. All solution files
 have been moved to the Solutions directory to keep items tidy. Test projects (current and upcoming) have been moved to the Tests folder. While all sample projects have been moved to the Samples folder.&lt;br&gt;
&lt;h2&gt;Getting the Source Code&lt;/h2&gt;
Due to Codeplex now supporting tagging source control versions to releases the source zip file is not included here. Please follow the tagged change set number link above to a page where you can download the source code for this release&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 13 Aug 2012 23:12:12 GMT</pubDate><guid isPermaLink="false">Released: HAP 1.4.6 (Jul 10, 2012) 20120813111212P</guid></item><item><title>Updated Release: HAP 1.4.5 (Jul 10, 2012)</title><link>http://htmlagilitypack.codeplex.com/releases/view/90925</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;1.4.5 Release&lt;/h1&gt;This codeplex release is provided as a courtesy, the preferred method of referencing HAP is through nuget &lt;a href="http://nuget.org/packages/HtmlAgilityPack"&gt;http://nuget.org/packages/HtmlAgilityPack&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This release includes versions of Html Agility Pack for .NET 2.0 - 4.5, Silverlight 4-5, Windows Phone 7-7.1 and Windows 8 Metro.&lt;br /&gt;
&lt;h2&gt;Windows 8 Metro support&lt;/h2&gt;The Windows 8 Metro version is a mostly untested port. There is a known bug with Windows 8 Metro HttpClient and basic authentication. This client is used within the HtmlWeb class. Also XPATH is not supported and may never be supported, only LINQ expressions can be used. &lt;br /&gt;
&lt;h2&gt;BugFixes&lt;/h2&gt;This update fixes a few bugs introduced in the nuget versions since 1.4.0. 
&lt;ul&gt;&lt;li&gt;PreHandleDocumentHandler now fires before the Document is loaded in HtmlWeb&lt;/li&gt;
&lt;li&gt;Invalid parsing of td tags is fixed&lt;/li&gt;
&lt;li&gt;Minor speed up of node name retrieval, most notable in LINQ queries&lt;/li&gt;
&lt;li&gt;Deprecation of DescendantNodes and DescendantNodesAndSelf. These methods will have their implementations changed in the future which will break existing code. It is recommended to use Descendants and DescendantsAndSelf instead&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Source code structure changes&lt;/h2&gt;More files have been split into partial classes or refactored to facilitate porting HAP to new .NET target profiles. Since it now not possible to build all versions of HAP in one version of visual studio there are multiple solution files. All solution files have been moved to the Solutions directory to keep items tidy. Test projects (current and upcoming) have been moved to the Tests folder. While all sample projects have been moved to the Samples folder.&lt;br /&gt;
&lt;h2&gt;Getting the Source Code&lt;/h2&gt;Due to Codeplex now supporting tagging source control versions to releases the source zip file is not included here. Please follow the tagged change set number link above to a page where you can download the source code for this release&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Wed, 11 Jul 2012 02:28:55 GMT</pubDate><guid isPermaLink="false">Updated Release: HAP 1.4.5 (Jul 10, 2012) 20120711022855A</guid></item><item><title>Released: HAP 1.4.5 (Jul 10, 2012)</title><link>http://htmlagilitypack.codeplex.com/releases/view/90925</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;1.4.5 Release&lt;/h1&gt;
This codeplex release is provided as a courtesy, the preferred method of referencing HAP is through nuget
&lt;a href="http://nuget.org/packages/HtmlAgilityPack"&gt;http://nuget.org/packages/HtmlAgilityPack&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This release includes versions of Html Agility Pack for .NET 2.0 - 4.5, Silverlight 4-5, Windows Phone 7-7.1 and Windows 8 Metro.&lt;br&gt;
&lt;h2&gt;Windows 8 Metro support&lt;/h2&gt;
The Windows 8 Metro version is a mostly untested port. There is a known bug with Windows 8 Metro HttpClient and basic authentication. This client is used within the HtmlWeb class. Also XPATH is not supported and may never be supported, only LINQ expressions
 can be used. &lt;br&gt;
&lt;h2&gt;BugFixes&lt;/h2&gt;
This update fixes a few bugs introduced in the nuget versions since 1.4.0.
&lt;ul&gt;
&lt;li&gt;PreHandleDocumentHandler now fires before the Document is loaded in HtmlWeb &lt;/li&gt;&lt;li&gt;Invalid parsing of td tags is fixed &lt;/li&gt;&lt;li&gt;Minor speed up of node name retrieval, most notable in LINQ queries &lt;/li&gt;&lt;li&gt;Deprecation of DescendantNodes and DescendantNodesAndSelf. These methods will have their implementations changed in the future which will break existing code. It is recommended to use Descendants and DescendantsAndSelf instead&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Source code structure changes&lt;/h2&gt;
More files have been split into partial classes or refactored to facilitate porting HAP to new .NET target profiles. Since it now not possible to build all versions of HAP in one version of visual studio there are multiple solution files. All solution files
 have been moved to the Solutions directory to keep items tidy. Test projects (current and upcoming) have been moved to the Tests folder. While all sample projects have been moved to the Samples folder.&lt;br&gt;
&lt;h2&gt;Getting the Source Code&lt;/h2&gt;
Due to Codeplex now supporting tagging source control versions to releases the source zip file is not included here. Please follow the tagged change set number link above to a page where you can download the source code for this release&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 11 Jul 2012 02:28:55 GMT</pubDate><guid isPermaLink="false">Released: HAP 1.4.5 (Jul 10, 2012) 20120711022855A</guid></item><item><title>Created Release: 2.0</title><link>http://htmlagilitypack.codeplex.com/releases?ReleaseId=59004</link><description>&lt;div class="wikidoc"&gt;tbd&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Tue, 11 Jan 2011 21:30:00 GMT</pubDate><guid isPermaLink="false">Created Release: 2.0 20110111093000P</guid></item><item><title>Updated Release: Experimental Xpath Updates (Jun 06, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/46681</link><description>&lt;div class="wikidoc"&gt;In efforts to update make Html Agility Pack&amp;#39;s Xpath support to be identical to System.Xml.Xpath I have updated HAP to have HtmlNode and HtmlAttribute implement a base interface. This interface IHtmlBaseNode is now the primary type returned by XPATH operations. Now queries that are trying to just retrieve an HtmlAttribute will do just that. Instead of returning the HtmlNode that includes the attribute. Example, an doc.Document.SelectNodes(&amp;quot;//@href&amp;quot;) will return a list of HtmlAttribute objects. &lt;br /&gt;&lt;br /&gt;This release is Experimental and does introduce some large breaking changes. Thus I&amp;#39;m putting this in an branch for 2.0 labeled as experimental.&lt;br /&gt;Breaking Changes:
&lt;ul&gt;&lt;li&gt;SelectSingleNode returns IHtmlBaseNode&lt;/li&gt;
&lt;li&gt;SelectNodes returns List&amp;lt;IHtmlBaseNode&amp;gt;&lt;/li&gt;
&lt;li&gt;SelectNodes will never return null, if no matching elements are found it will return an empty list&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The source code can be found in SVN under branches/2.0.Experimental&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Sat, 26 Jun 2010 16:05:03 GMT</pubDate><guid isPermaLink="false">Updated Release: Experimental Xpath Updates (Jun 06, 2010) 20100626040503P</guid></item><item><title>Released: Experimental Xpath Updates (六月 06, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/46681</link><description>&lt;div&gt;In efforts to update make Html Agility Pack&amp;#39;s Xpath support to be identical to System.Xml.Xpath I have updated HAP to have HtmlNode and HtmlAttribute implement a base interface. This interface IHtmlBaseNode is now the primary type returned by XPATH operations. Now queries that are trying to just retrieve an HtmlAttribute will do just that. Instead of returning the HtmlNode that includes the attribute. Example, an doc.Document.SelectNodes(&amp;quot;//@href&amp;quot;) will return a list of HtmlAttribute objects. &lt;br&gt;&lt;br&gt;This release is Experimental and does introduce some large breaking changes. Thus I&amp;#39;m putting this in an branch for 2.0 labeled as experimental.&lt;br&gt;Breaking Changes:
&lt;ul&gt;&lt;li&gt;SelectSingleNode returns IHtmlBaseNode&lt;/li&gt;
&lt;li&gt;SelectNodes returns List&amp;lt;IHtmlBaseNode&amp;gt;&lt;/li&gt;
&lt;li&gt;SelectNodes will never return null, if no matching elements are found it will return an empty list&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;The source code can be found in SVN under branches/2.0.Experimental&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Sat, 26 Jun 2010 16:05:03 GMT</pubDate><guid isPermaLink="false">Released: Experimental Xpath Updates (六月 06, 2010) 20100626040503P</guid></item><item><title>Updated Release: 1.4.0 Stable (May 07, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/44954</link><description>&lt;div class="wikidoc"&gt;1.4.0 Adds some serious new features to Html Agility Pack to make it work nicer in a LINQ driven .NET World. The HtmlNodeCollection and HtmlAttributeCollection now generic ILists and expose IEnumerable&amp;lt;T&amp;gt; methods to mimic LINQ to XML. This opens an alternative to XPATH for querying the HTML tree. Beyond this 1.4.0 introduces tons of code cleanups and removal of all old non-generic classes (no more arraylists :). &lt;br /&gt;&lt;br /&gt;1.4.0 also brings basic msdn like documentation and a new program called HAP Explorer for viewing the HTML tree.&lt;br /&gt;&lt;br /&gt;Changes from Beta 2. The biggest changes are better support for character encoding and support for medium trust environments. 
&lt;ul&gt;&lt;li&gt;Removed DescendantNodes() function since it was identical to the Descendants() function.&lt;/li&gt;
&lt;li&gt;Patch# 4706. Added UserAgent property to HtmlWeb class to be used in webrequests. Minor update to code supplied by radicull&lt;/li&gt;
&lt;li&gt;Patch# 4432 . Applied HtmlEntity decoding of UniCode html entities supplied by tsai&lt;/li&gt;
&lt;li&gt;Patch# 4396. Applied UTF-8 changes from JudahGabriel&lt;/li&gt;
&lt;li&gt;Applied JonGalloways HAPExplorer patch&lt;/li&gt;
&lt;li&gt;Added Visual Studio 2010 Beta 2 Solution&lt;/li&gt;
&lt;li&gt;Fixed compatibility in Medium Trust environments. Added a default list of extensions and content types to be used when the registry is not available.&lt;/li&gt;
&lt;li&gt;Updated Charset detection to use a Dictionary&amp;lt;string,string&amp;gt; instead of arraylists of NameValuePair&lt;/li&gt;
&lt;li&gt;search tag support in HAPExplorer&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Fri, 11 Jun 2010 03:53:38 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.4.0 Stable (May 07, 2010) 20100611035338A</guid></item><item><title>Released: 1.4.0 Stable (May 07, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/44954</link><description>&lt;div&gt;1.4.0 Adds some serious new features to Html Agility Pack to make it work nicer in a LINQ driven .NET World. The HtmlNodeCollection and HtmlAttributeCollection now generic ILists and expose IEnumerable&amp;lt;T&amp;gt; methods to mimic LINQ to XML. This opens an alternative to XPATH for querying the HTML tree. Beyond this 1.4.0 introduces tons of code cleanups and removal of all old non-generic classes (no more arraylists :). &lt;br&gt;&lt;br&gt;1.4.0 also brings basic msdn like documentation and a new program called HAP Explorer for viewing the HTML tree.&lt;br&gt;&lt;br&gt;Changes from Beta 2. The biggest changes are better support for character encoding and support for medium trust environments. 
&lt;ul&gt;&lt;li&gt;Removed DescendantNodes() function since it was identical to the Descendants() function.&lt;/li&gt;
&lt;li&gt;Patch# 4706. Added UserAgent property to HtmlWeb class to be used in webrequests. Minor update to code supplied by radicull&lt;/li&gt;
&lt;li&gt;Patch# 4432 . Applied HtmlEntity decoding of UniCode html entities supplied by tsai&lt;/li&gt;
&lt;li&gt;Patch# 4396. Applied UTF-8 changes from JudahGabriel&lt;/li&gt;
&lt;li&gt;Applied JonGalloways HAPExplorer patch&lt;/li&gt;
&lt;li&gt;Added Visual Studio 2010 Beta 2 Solution&lt;/li&gt;
&lt;li&gt;Fixed compatibility in Medium Trust environments. Added a default list of extensions and content types to be used when the registry is not available.&lt;/li&gt;
&lt;li&gt;Updated Charset detection to use a Dictionary&amp;lt;string,string&amp;gt; instead of arraylists of NameValuePair&lt;/li&gt;
&lt;li&gt;search tag support in HAPExplorer&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Fri, 11 Jun 2010 03:53:38 GMT</pubDate><guid isPermaLink="false">Released: 1.4.0 Stable (May 07, 2010) 20100611035338A</guid></item><item><title>Updated Release: Experimental Xpath Updates (Jun 06, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/46681</link><description>&lt;div class="wikidoc"&gt;In efforts to update make Html Agility Packs Xpath support to be closer to the System.Xml.Xpath implementation I have updated HAP to have all nodes and attributes implement a base interface that is now the primary type returned with Xpath queries. With this queries that are trying to just retrieve an attribute will now do just that and not return the HtmlNode that includes the attribute. So //@href will return a list of HtmlAttribute objects. &lt;br /&gt;&lt;br /&gt;This release is Experimental and does introduce some large breaking changes. Thus I&amp;#39;m putting this in an branch for 2.0 labeled as experimental.&lt;br /&gt;Breaking Changes:
&lt;ul&gt;&lt;li&gt;SelectSingleNode returns IHtmlBaseNode&lt;/li&gt;
&lt;li&gt;SelectNodes returns List&amp;lt;IHtmlBaseNode&amp;gt;&lt;/li&gt;
&lt;li&gt;SelectNodes will never return null, if no matching elements are found it will return an empty list&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The source code can be found in SVN under branches/2.0.Experimental&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Mon, 07 Jun 2010 01:51:46 GMT</pubDate><guid isPermaLink="false">Updated Release: Experimental Xpath Updates (Jun 06, 2010) 20100607015146A</guid></item><item><title>Released: Experimental Xpath Updates (Jun 06, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/46681</link><description>&lt;div&gt;In efforts to update make Html Agility Packs Xpath support to be closer to the System.Xml.Xpath implementation I have updated HAP to have all nodes and attributes implement a base interface that is now the primary type returned with Xpath queries. With this queries that are trying to just retrieve an attribute will now do just that and not return the HtmlNode that includes the attribute. So //@href will return a list of HtmlAttribute objects. &lt;br&gt;&lt;br&gt;This release is Experimental and does introduce some large breaking changes. Thus I&amp;#39;m putting this in an branch for 2.0 labeled as experimental.&lt;br&gt;Breaking Changes:
&lt;ul&gt;&lt;li&gt;SelectSingleNode returns IHtmlBaseNode&lt;/li&gt;
&lt;li&gt;SelectNodes returns List&amp;lt;IHtmlBaseNode&amp;gt;&lt;/li&gt;
&lt;li&gt;SelectNodes will never return null, if no matching elements are found it will return an empty list&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;The source code can be found in SVN under branches/2.0.Experimental&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Mon, 07 Jun 2010 01:51:46 GMT</pubDate><guid isPermaLink="false">Released: Experimental Xpath Updates (Jun 06, 2010) 20100607015146A</guid></item><item><title>Created Release: Experimental Xpath Updates (Jun 06, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases?ReleaseId=46681</link><description>&lt;div class="wikidoc"&gt;In efforts to update make Html Agility Packs Xpath support to be closer to the System.Xml.Xpath implementation I have updated HAP to have all nodes and attributes implement a base interface that is now the primary type returned with Xpath queries. With this queries that are trying to just retrieve an attribute will now do just that and not return the HtmlNode that includes the attribute. So //@href will return a list of HtmlAttribute objects. &lt;br /&gt;&lt;br /&gt;This release is Experimental and does introduce some large breaking changes. Thus I&amp;#39;m putting this in an branch for 2.0 labeled as experimental.&lt;br /&gt;Breaking Changes:
&lt;ul&gt;&lt;li&gt;SelectSingleNode returns IHtmlBaseNode&lt;/li&gt;
&lt;li&gt;SelectNodes returns List&amp;lt;IHtmlBaseNode&amp;gt;. &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The source code can be found in SVN under branches/2.0.Experimental&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Mon, 07 Jun 2010 01:45:07 GMT</pubDate><guid isPermaLink="false">Created Release: Experimental Xpath Updates (Jun 06, 2010) 20100607014507A</guid></item><item><title>Updated Release: 1.4.0 Stable (May 07, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/44954</link><description>&lt;div class="wikidoc"&gt;1.4.0 Adds some serious new features to Html Agility Pack to make it work nicer in a LINQ driven .NET World. The HtmlNodeCollection and HtmlAttributeCollection now generic ILists and expose IEnumerable&amp;lt;T&amp;gt; methods to mimic LINQ to XML. This opens an alternative to XPATH for querying the HTML tree. Beyond this 1.4.0 introduces tons of code cleanups and removal of all old non-generic classes (no more arraylists :). &lt;br /&gt;&lt;br /&gt;1.4.0 also brings basic msdn like documentation and a new program called HAP Explorer for viewing the HTML tree.&lt;br /&gt;&lt;br /&gt;Changes from Beta 2. The biggest changes are better support for character encoding and support for medium trust environments. &lt;br /&gt;*Removed DescendantNodes() function since it was identical to the Descendants() function.&lt;br /&gt;*Patch# 4706. Added UserAgent property to HtmlWeb class to be used in webrequests. Minor update to code supplied by radicull&lt;br /&gt;*Patch# 4432 . Applied HtmlEntity decoding of UniCode html entities supplied by tsai&lt;br /&gt;*Patch# 4396. Applied UTF-8 changes from JudahGabriel&lt;br /&gt;*Applied JonGalloways HAPExplorer patch&lt;br /&gt;*Added Visual Studio 2010 Beta 2 Solution&lt;br /&gt;*Fixed compatibility in Medium Trust environments. Added a default list of extensions and content types to be used when the registry is not available.&lt;br /&gt;*Updated Charset detection to use a Dictionary&amp;lt;string,string&amp;gt; instead of arraylists of NameValuePair&lt;br /&gt;*search tag support in HAPExplorer&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>darthobiwan</author><pubDate>Fri, 07 May 2010 17:37:33 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.4.0 Stable (May 07, 2010) 20100507053733P</guid></item><item><title>Released: 1.4.0 Stable (May 07, 2010)</title><link>http://htmlagilitypack.codeplex.com/releases/view/44954</link><description>&lt;div&gt;1.4.0 Adds some serious new features to Html Agility Pack to make it work nicer in a LINQ driven .NET World. The HtmlNodeCollection and HtmlAttributeCollection now generic ILists and expose IEnumerable&amp;lt;T&amp;gt; methods to mimic LINQ to XML. This opens an alternative to XPATH for querying the HTML tree. Beyond this 1.4.0 introduces tons of code cleanups and removal of all old non-generic classes (no more arraylists :). &lt;br&gt;&lt;br&gt;1.4.0 also brings basic msdn like documentation and a new program called HAP Explorer for viewing the HTML tree.&lt;br&gt;&lt;br&gt;Changes from Beta 2. The biggest changes are better support for character encoding and support for medium trust environments. &lt;br&gt;*Removed DescendantNodes() function since it was identical to the Descendants() function.&lt;br&gt;*Patch# 4706. Added UserAgent property to HtmlWeb class to be used in webrequests. Minor update to code supplied by radicull&lt;br&gt;*Patch# 4432 . Applied HtmlEntity decoding of UniCode html entities supplied by tsai&lt;br&gt;*Patch# 4396. Applied UTF-8 changes from JudahGabriel&lt;br&gt;*Applied JonGalloways HAPExplorer patch&lt;br&gt;*Added Visual Studio 2010 Beta 2 Solution&lt;br&gt;*Fixed compatibility in Medium Trust environments. Added a default list of extensions and content types to be used when the registry is not available.&lt;br&gt;*Updated Charset detection to use a Dictionary&amp;lt;string,string&amp;gt; instead of arraylists of NameValuePair&lt;br&gt;*search tag support in HAPExplorer&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Fri, 07 May 2010 17:37:33 GMT</pubDate><guid isPermaLink="false">Released: 1.4.0 Stable (May 07, 2010) 20100507053733P</guid></item><item><title>Updated Release: 1.4.0 Beta 2 (Oct 03, 2009)</title><link>http://htmlagilitypack.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33903</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Html Agility Pack Beta 2&lt;/b&gt; is a minor update to Beta 1 with support documentation and a few more bug fixes. The two major additions are newly compiled help documentation and the &lt;b&gt;Html Agility Pack Explorer&lt;/b&gt;. HAP Explorer is meant to help visualize the node tree of the HtmlDocument object. It supports opening a static file or a url.  &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Release Notes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added SandCastle/Docproject Documentation project. This will be used to generate Chm and HxS documentation files&lt;/li&gt;
&lt;li&gt;Added new Html Agility Pack Explorer project. This is a wpf application that can be used to explore the HtmlDocument node tree.&lt;/li&gt;
&lt;li&gt;Major cleanup on the code base. Ran an Aggressive Resharper code cleanup across the library. Updated XML comments and other minor tweaks for smaller and concise code&lt;/li&gt;
&lt;li&gt;Included patch for enabling Proxies when getting a url for parsing&lt;/li&gt;
&lt;li&gt;Fixed XPath property to not include the #document node&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The Documentation project requires &lt;a href="http://www.codeplex.com/Sandcastle" class="externalLink"&gt;Sandcastle&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeplex.com/DocProject" class="externalLink"&gt;DocProject&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=59EC6EC3-4273-48A3-BA25-DC925A45584D&amp;amp;displaylang=en" class="externalLink"&gt;Visual Studio 2008 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; installed. For this reason it is only included in a separate solution. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DarthObiwan</author><pubDate>Sat, 03 Oct 2009 19:21:58 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.4.0 Beta 2 (Oct 03, 2009) 20091003072158P</guid></item><item><title>Released: 1.4.0 Beta 2 (Oct 03, 2009)</title><link>http://htmlagilitypack.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33903</link><description>&lt;div&gt;&lt;b&gt;Html Agility Pack Beta 2&lt;/b&gt; is a minor update to Beta 1 with support documentation and a few more bug fixes. The two major additions are newly compiled help documentation and the &lt;b&gt;Html Agility Pack Explorer&lt;/b&gt;. HAP Explorer is meant to help visualize the node tree of the HtmlDocument object. It supports opening a static file or a url.  &lt;br&gt;&lt;br&gt;&lt;b&gt;Release Notes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added SandCastle/Docproject Documentation project. This will be used to generate Chm and HxS documentation files&lt;/li&gt;
&lt;li&gt;Added new Html Agility Pack Explorer project. This is a wpf application that can be used to explore the HtmlDocument node tree.&lt;/li&gt;
&lt;li&gt;Major cleanup on the code base. Ran an Aggressive Resharper code cleanup across the library. Updated XML comments and other minor tweaks for smaller and concise code&lt;/li&gt;
&lt;li&gt;Included patch for enabling Proxies when getting a url for parsing&lt;/li&gt;
&lt;li&gt;Fixed XPath property to not include the #document node&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;The Documentation project requires &lt;a href="http://www.codeplex.com/Sandcastle"&gt;Sandcastle&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.codeplex.com/DocProject"&gt;DocProject&lt;span&gt;&lt;/span&gt;&lt;/a&gt; and the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=59EC6EC3-4273-48A3-BA25-DC925A45584D&amp;displaylang=en"&gt;Visual Studio 2008 SDK&lt;span&gt;&lt;/span&gt;&lt;/a&gt; installed. For this reason it is only included in a separate solution. &lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Sat, 03 Oct 2009 19:21:58 GMT</pubDate><guid isPermaLink="false">Released: 1.4.0 Beta 2 (Oct 03, 2009) 20091003072158P</guid></item><item><title>Updated Release: 1.4.0 Beta 2 (Oct 03, 2009)</title><link>http://htmlagilitypack.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33903</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Html Agility Pack Beta 2&lt;/b&gt; is a minor update to Beta 1 with support documentation and a few more bug fixes. The two major additions are newly compiled help documentation and the &lt;b&gt;Html Agility Pack Explorer&lt;/b&gt;. HAP Explorer is meant to help visualize the node tree of the HtmlDocument object. It supports opening a static file or a url.  &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Added SandCastle/Docproject Documentation project. This will be used to generate Chm and HxS documentation files&lt;/li&gt;
&lt;li&gt;Added new Html Agility Pack Explorer project. This is a wpf application that can be used to explore the HtmlDocument node tree.&lt;/li&gt;
&lt;li&gt;Major cleanup on the code base. Ran an Aggressive Resharper code cleanup across the library. Updated XML comments and other minor tweaks for smaller and concise code&lt;/li&gt;
&lt;li&gt;Included patch for enabling Proxies when getting a url for parsing&lt;/li&gt;
&lt;li&gt;Fixed XPath property to not include the #document node&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DarthObiwan</author><pubDate>Sat, 03 Oct 2009 19:16:42 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.4.0 Beta 2 (Oct 03, 2009) 20091003071642P</guid></item><item><title>Released: 1.4.0 Beta 2 (Oct 03, 2009)</title><link>http://htmlagilitypack.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33903</link><description>&lt;div&gt;&lt;b&gt;Html Agility Pack Beta 2&lt;/b&gt; is a minor update to Beta 1 with support documentation and a few more bug fixes. The two major additions are newly compiled help documentation and the &lt;b&gt;Html Agility Pack Explorer&lt;/b&gt;. HAP Explorer is meant to help visualize the node tree of the HtmlDocument object. It supports opening a static file or a url.  &lt;br&gt;
&lt;ul&gt;&lt;li&gt;Added SandCastle/Docproject Documentation project. This will be used to generate Chm and HxS documentation files&lt;/li&gt;
&lt;li&gt;Added new Html Agility Pack Explorer project. This is a wpf application that can be used to explore the HtmlDocument node tree.&lt;/li&gt;
&lt;li&gt;Major cleanup on the code base. Ran an Aggressive Resharper code cleanup across the library. Updated XML comments and other minor tweaks for smaller and concise code&lt;/li&gt;
&lt;li&gt;Included patch for enabling Proxies when getting a url for parsing&lt;/li&gt;
&lt;li&gt;Fixed XPath property to not include the #document node&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Sat, 03 Oct 2009 19:16:42 GMT</pubDate><guid isPermaLink="false">Released: 1.4.0 Beta 2 (Oct 03, 2009) 20091003071642P</guid></item><item><title>Updated Release: 1.4.0 Beta 2</title><link>http://htmlagilitypack.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33903</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Html Agility Pack Beta 2&lt;/b&gt; is a minor update to Beta 1 with support documentation and a few more bug fixes. The two major additions are newly compiled help documentation and the &lt;b&gt;Html Agility Pack Explorer&lt;/b&gt;. HAP Explorer is meant to help visualize the node tree of the HtmlDocument object. It supports opening a static file or a url.  &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Added SandCastle/Docproject Documentation project. This will be used to generate Chm and HxS documentation files&lt;/li&gt;
&lt;li&gt;Added new Html Agility Pack Explorer project. This is a wpf application that can be used to explore the HtmlDocument node tree.&lt;/li&gt;
&lt;li&gt;Major cleanup on the code base. Ran an Aggressive Resharper code cleanup across the library. Updated XML comments and other minor tweaks for smaller and concise code&lt;/li&gt;
&lt;li&gt;Included patch for enabling Proxies when getting a url for parsing&lt;/li&gt;
&lt;li&gt;Fixed XPath property to not include the #document node&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DarthObiwan</author><pubDate>Sat, 03 Oct 2009 18:40:02 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.4.0 Beta 2 20091003064002P</guid></item><item><title>Created Release: 1.4.0 Beta 2</title><link>http://htmlagilitypack.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33903</link><description>&lt;div class="wikidoc"&gt;This is the planning release for Beta 2. It may end up becoming RC&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>DarthObiwan</author><pubDate>Sat, 03 Oct 2009 15:01:06 GMT</pubDate><guid isPermaLink="false">Created Release: 1.4.0 Beta 2 20091003030106P</guid></item></channel></rss>