kristian / minify-xml

Fast XML minifier / compressor / uglifier with a command-line
Other
17 stars 5 forks source link

removeUnusedNamespaces fails to recognise used namespaces in attributes #5

Closed RandomByte closed 4 years ago

RandomByte commented 4 years ago

Even after yesterday's fix, it seems that the regular expression still fails to detect the usage of namespaces in attributes.

For example the customData namespace in <smartTable:SmartTable id="employee_table" customData:p13nDialogSettings='{filter:{visible:false}}' />.

Also see https://github.com/SAP/ui5-cli/issues/385

kristian commented 4 years ago

Fixed with 2.1.4, sorry for any inconvenience caused!