Skip to main content

Release 26.5.44 on 10.07.2026

· One min read

This release fixes the XML writer so that a root attribute bound to a namespace reuses the namespace that is already declared on the document instead of emitting a new one.

Bugfix
  • When building the XML root element, an attribute that references a namespace no longer declares a duplicate namespace. The writer now collects all schema-line attributes into a Name/Value dictionary and, when the attribute's namespace matches one already declared, resolves it to that declared value rather than adding a new namespace (INC-1480)