Skip to main content

Release 26.5.45 on 10.07.2026

· One min read

This release lets the XML schema define a plain attribute on the root element by flagging the schema line as a remark, instead of always emitting a namespace-prefix declaration.

Feature
  • The XML writer can now add a regular attribute to the root element. When a schema line has no namespace and is flagged as Remarks, the writer emits it as a plain attribute (AddAttribute) rather than a namespace-prefix declaration (AddPrefix), so schemas that need an ordinary root attribute can define one (INC-1480)