We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
current normalizers create elements with hardcoded tagNames. The tag names are better to be injectable, so the normalizers are reusable.
background: in XML the definitions are applied by inheritance. Therefore, the point where a definition is applied may decide what the tagName is.
Activity