Index of all built-in rules available for XSL
Edit me
Code Style
Rules which enforce a specific coding style.
- UseConcatOnce: The XPath concat() functions accepts as many arguments as required so you can have”concat($a,’b’,…
Performance
Rules that flag suboptimal code.
- AvoidAxisNavigation: Avoid using the ‘following’ or ‘preceeding’ axes whenever possible, as these can cutthrough 100% …
Additional rulesets
-
XPath in XSL (
rulesets/xsl/xpath.xml
):Deprecated This ruleset is for backwards compatibility.
It contains the following rules: