netius icon indicating copy to clipboard operation
netius copied to clipboard

HTML parser

Open joamag opened this issue 11 years ago • 0 comments

Description

Netius should include an HTML/XML parser so that it's possible to create a web crawler if that's desired. The HTML parser would be really important and relevant.

Notice that having a perfect HTML parser is not a priority as such parser would be very complex to implement.

Performance

The parsing performance of the parser is relevant and the structure of the parser should be on track with the HTTP parser in terms of structure (event driven).

joamag avatar May 01 '14 18:05 joamag