• Show log

    Commit

  • Hash : 186562a1
    Author : Nick Wellnhofer
    Date : 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.