• Show log

    Commit

  • Hash : 45914614
    Author : Nick Wellnhofer
    Date : 2024-11-05T12:05:14

    xpath: Fix parsing of non-ASCII names
    
    Fix a long-standing issue where QNames starting with a non-ASCII
    character would be rejected. This became more visible after "streaming"
    XPath evaluation was disabled since the latter handled non-ASCII names
    correctly.
    
    Fixes #818.