
|
Elerium HTML .NET Parser
-
Version
1.7
Elerium HTML .NET Parser is a .NET component for
parsing and manipulating HTML/XML documents and
Cascading Style Sheets (CSS). The HTML Parser can be
used in WinForms and ASP.NET (C#, VB.NET) applications.
Component is fully independent and requires only .NET
Framework.
Elerium HTML .NET Parser is available in two versions:
Lite and Pro. The Lite version includes HTML Parser
without CSS parser and does not allow to manipulate CSS
files.
Key features:
- Easy in use API of HTML Parser.
- DOM tree structure of an HTML document.
- Scanning the HTML file tag by tag. Parsing tag
attributes and their values.
- Features for common queries: document links, images,
tables etc.
- Imbedded CSS parser helps to analyze style attribute
or corresponding CSS styles for certain HTML tag,
class, id (see C# VB.NET examples).
- The parsing of badly formatted HTML, which makes the
component ideal for use with "real-world" HTML that
chokes other parsers.
- Variety of source data type: string, stream, file,
URL. HTML parser can parse HTML content directly from a
web site or offline HTML pages.
|