* debugXML.c xpath.c: fixed 2 bugs pointed in #116448 Daniel
@ -5942,6 +5942,8 @@ xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) {
xmlAttrPtr attr;
xmlNodePtr elem = NULL;
if (ids == NULL) return(NULL);
ret = xmlXPathNodeSetCreate(NULL);
while (IS_BLANK(*cur)) cur++;
The note is not visible to the blocked user.