Commit 0c56eb8215bea9e8e4aa934e45c677e6e132cf68

Nick Wellnhofer 2024-08-12T21:38:50

tree: Restore return value of xmlNodeListGetString with NULL list When passing a NULL list to xmlNodeListGetString or xmlNodeListGetRawString, return NULL instead of "" to match the old behavior. Fixes #783.