Author :
Nick Wellnhofer
Date :
2024-11-05 12:05:14
Hash :45914614 Message :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.