A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.pmd-code.org/latest/pmd_languages_html.html below:

HTML support | PMD Source Code Analyzer

HTML-specific features and guidance

Table of Contents Language Info for HTML

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']].

Tags: languages PmdCapableLanguage CpdCapableLanguage

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