Currently HTML tags are converted to lower case when using Uglify.Html().
To take into account case sensitive tags that may be being read by another app which is case sensitive (e.g. when minifying XML), a new setting should be added to HtmlSettings, similar to AttributesCaseSensitive.
E.g.
Currently HTML tags are converted to lower case when using Uglify.Html(). To take into account case sensitive tags that may be being read by another app which is case sensitive (e.g. when minifying XML), a new setting should be added to HtmlSettings, similar to AttributesCaseSensitive. E.g.
NUglify.Html.HtmlSettings { TagsCaseSensitive = true }