result/def-xml-attr.xml.sax


Log

Author Commit Date CI Message
Nick Wellnhofer c8cea39d 2025-05-09T21:31:07 save: Fix serialization of attribute defaults containing < Long-standing bug that produced invalid XML.
Nick Wellnhofer 186562a1 2024-03-12T19:55:33 parser: Fix detection of duplicate attributes in XML namespace Fixes a regression from commit e0dd330b, resulting in duplicate attributes in the predefined XML namespace not being detected or extraneous default attributes being passed. Fixes #704.