openui5vscodeTypescriptTools
openui5vscodeTypescriptTools copied to clipboard
invalid "Double attribute" xml error
trafficstars
If I have two different elements on the same line, with the same attribute, the xml parser is identifying an error: "[xmllint] Double attribute 'text'"
Example:
<Label text="{i18n>someLabel}" /><Text text="{model>someField}" />
If I put a line break between the two elements, the is no error:
<Label text="{i18n>someLabel}" />
<Text text="{model>someField}" />
Thanks for reporting, that's a bug. I think I just get the line and check if the label is there twize. I hope to fix that in the next weeks.