-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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).
Reactions are currently unavailable