Validate UI5 view/fragment
ui5_validate_viewValidate UI5 XML views by checking well-formed XML and confirming all declared event handlers exist in the controller, returning failures for immediate fixes.
Instructions
The UI5 validation loop: checks that the XML is well-formed and that ALL declared event handlers (press, change, select...) exist in the controller. Returns the failures so the agent can fix them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xmlPath | Yes | Path of the .view.xml or .fragment.xml to validate | |
| controllerPath | No | Path of the controller that must implement the handlers |