Code Inspection: Hardwired namespace prefix
This inspection checks for comparisons of the name()
-function against strings that contain a ":" - which usually indicates a hardwired namespace-prefix in the comparison. Such code will break when run against XML that uses a different prefix for the same namespace.
Example:
<xsl:if test="name() = 'xlink:href'">...<xsl:if>
Powered by XPathView + XSLT-Support
Suppress an inspection in the editor
Position the caret at the highlighted line and press Alt+Enter or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.
Last modified: 08 March 2021