To manipulate an HTML/XML document, you need an HTML/XML parser. The parser loads the document into your computer's memory. Once the document is loaded, its data can be manipulated using the DOM. The DOM treats the HTML/XML document as a tree. To learn more about the HTML/XML DOM, please read the
XML DOM tutorial. The Component can handle invalid HTML/XML - invalid nodes will be threaded as pure text. The Component is written in C#, there are no external dependencies on any COM, ActiveX or 3rd party DLLs, just the pure .NET version 2.0 or above, it may be used in both C# and VB.NET projects.
source: C#, .NET framework 2.0 or above
Distributed under Freeware Open Source license.
KEY FEATURES
- The Component may be used in both C# and VB.NET projects
- Parses HTM/XML (RSS) and anything with tags
- Can handle invalid HTML or XML
- Unlimited levels of child nodes supported
SYTEM REQUREMENTS
- Windows with .NET framework version 2.0 or above
DEVELOPER EDITION PACKAGE CONTENT
- Compiled component (DLL) with full functionality
- Complete source code C# - Visual Studio 2005 project
- Sample application with example code