Change Set Date Downloads Comment
76611
by DarthObiwan
Aug 29 at
10:14 PM
42 reverted GetDocLinks.cs from the samples, removed test code
76610
by DarthObiwan
Aug 29 at
10:12 PM
0 Added OverrideEncoding to HtmlWeb to allow the Encoding used to read the HttpWebResponse stream to be changed from the default
74794
by _TFSSERVICE
Aug 3 at
7:44 PM
218 Checked in by server upgrade
67079
by DarthObiwan
Jun 7 at
1:39 AM
508
Associated with Release: Experimental Xpath Updates.
Added Xpath Unit Tests
67078
by DarthObiwan
Jun 7 at
1:29 AM
6
67077
by DarthObiwan
Jun 7 at
1:27 AM
1 Added a few files missed in first commit
67076
by DarthObiwan
Jun 7 at
1:25 AM
0 Added Experimental 2.0 branch for testing breaking changes
67074
by DarthObiwan
Jun 7 at
1:22 AM
4
67069
by DarthObiwan
Jun 7 at
12:27 AM
0 Updates for HAPDynamic to create HtmlNodes and HtmlAttributes if they do not exist when they are invoked dynamically. Currently code is commented out.
67010
by DarthObiwan
Jun 6 at
4:59 PM
5 Fixed build error for HtmlAgilityPack for .NET 2.0
Removed unneeded libraries for HAPLight
Cleaned up usage of some precompiler directives
Added a fake DebuggerDisplayAttribute for HAPCompact
66937
by DarthObiwan
Jun 6 at
4:56 AM
5 Added HtmlWeb class for Silverlight. Caching, Cookies and Proxies are removed due to the browser already handling those duties.
HtmlWeb provides for a basic routines for asynchronously downloading a webpage and parsing it into an HtmlDocument object
66896
by DarthObiwan
Jun 5 at
11:35 PM
2 fixed typo in DynamicTests
66864
by DarthObiwan
Jun 5 at
8:40 PM
2 Added .NET 4.0 HtmlAgilityPack project.
Extended HtmlNode to inherit from Dynamic Object.
Added dynamic get methods to retrieve HtmlNodes and HtmlAttributes from Childnodes and Attributes respectively
Added unit tests to for dynamically retrieving HtmlNodes and HtmlAttributes.
Example: var body = ((dynamic)doc.DocumentElement).Html.Body;
Example Attribute with _ prefix: var attr = ((dynamic)doc.DocumentElement).Html.Body._Class;
66378
by DarthObiwan
Jun 2 at
4:30 PM
27 Added missing CompactExtensions.cs class.
Set some user specific files to ignored/deleted
66377
by DarthObiwan
Jun 2 at
4:28 PM
0 Precompiler directive for AssemblyInfo.cs to remove attributes unavailable in .NET CF
66376
by DarthObiwan
Jun 2 at
4:27 PM
4 Added HAPCompact project. This can be used in .NET CF 3.5
Split HtmlNode and HtmlDocument classes into partials so the XPATH parts can be excluded from HAPCompact.
Added some Precompiler #if POCKETPC directives to change code for .NETC.
HAPCompact does not have the HtmlWeb and HtmlCmdLine classes. It is also missing any XPATH related methods for HtmlNode and HtmlDocument. Use LINQ to Objects instead
66342
by DarthObiwan
May 30 at
5:38 AM
30
66341
by DarthObiwan
May 30 at
5:37 AM
0 Updated HAPExplorer keep a history of urls retrieved
66340
by DarthObiwan
May 30 at
5:24 AM
0 Fixed a few parsing issues related to the changing from Hashset to Dictionary
Added more unit tests for testing removing/replacing/inserting nodes.
General code cleanups and refactoring
66179
by DarthObiwan
May 18 at
1:02 PM
52 WARNING! Do not use code from SVN for now. The code is unstable and under development. For the source code for the current release please download it from the Downloads page or use the code from the Releases/1_4_0 folder in SVN. TRUNK is HIGHLY UNSTABLE right now.
66154
by DarthObiwan
May 17 at
7:43 PM
10 Added a few more unit tests for HtmlDocument. Now testing creation of elements and attributes
66145
by DarthObiwan
May 17 at
3:05 AM
10
66144
by DarthObiwan
May 17 at
3:04 AM
8 Added HAPLight: Html Agility Pack for Silverlight
Removed remaining ArrayLists and HashTables for SL support
Added SL alternatives for some encoding parts
Added first unit tests
66143
by DarthObiwan
May 17 at
2:57 AM
1
66017
by DarthObiwan
May 7 at
5:03 PM
147
Associated with Release: 1.4.0 Stable.
Updated version number to 1.4.0.0


Show  10 25  50  100 Change Sets
1-25 of 65 Change Sets < Previous 1 2 3 Next >
Updating...
© 2006-2010 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.8.10.17093