iljapostnovs / VSCodeUI5Plugin

Visual Studio Code Extension for UI5 Development
Apache License 2.0
61 stars 6 forks source link

Bug: XHTML tags in XML View not recognized by XML Linter #386

Closed richardatsap closed 7 months ago

richardatsap commented 10 months ago

Describe the bug In XML Views it is possible to use XHTML tags, see https://sapui5.hana.ondemand.com/#/topic/be54950cae1041f59d4aa97a6bade2d8. The linter does not recognize these and marks them as not permitted. Attributes are marked as well.

To Reproduce See MainApplicationView in attached project.

Expected behavior XHTML tags should be ignored by the linter, if it is not possible to check them

Desktop (please complete the following information):

Project attachment ui5-minimal.zip

iljapostnovs commented 7 months ago

Please check if latest version (1.16.6) works for you.

richardatsap commented 7 months ago

Works, thanks for fixing. Seems to have worked in a previous version already, though I didn't notice (I don't use many html tags).