fix-xml-native-html
Installation
SKILL.md
Fix Native HTML and SVG in XML Views/Fragments
This skill fixes native HTML and SVG usage in XML views/fragments that the UI5 linter detects but cannot auto-fix because they require understanding the appropriate UI5 control replacements.
Linter Rules Handled
| Rule ID | Message Pattern | This Skill's Action |
|---|---|---|
no-deprecated-api |
Usage of native HTML in XML Views/Fragments is deprecated | Replace with UI5 controls |
no-deprecated-api |
Deprecated use of SVG in XML View or Fragment | Replace with UI5 icons or custom controls |
When to Use
Apply this skill when you see linter output like:
MyView.view.xml:15:5 error Usage of native HTML in XML Views/Fragments is deprecated no-deprecated-api
MyView.view.xml:25:5 error Deprecated use of SVG in XML View or Fragment no-deprecated-api