HTML-specific features and guidance
Table of Contents Language Info for HTMLHtmlLanguageModule
The HTML language module uses jsoup for parsing.
XPath rules are supported, but the DOM is not always a typical XML/XPath DOM. In the Designer, text nodes appear as nodes with name â#textâ, but they can be selected as usual using text()
.
XML Namespaces are not supported. The local name of attributes includes the prefix, so that you have to select attributes by e.g. //*[@*[local-name() = 'if:true']]
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4