• Show log

    Commit

  • Hash : 5408c10c
    Author : Nick Wellnhofer
    Date : 2022-02-04T14:00:09

    Don't normalize namespace URIs in XPointer xmlns() scheme
    
    Namespace URIs should be compared without escaping or unescaping:
    
    https://www.w3.org/TR/REC-xml-names/#NSNameComparison
    
    Fixes #289.