xmlAddChild() and xmlAddNextSibling() may not attach their second argument
requested to merge ddkilzer/libxml2:use-return-value-of-xmlAddChild-and-xmlAddNextSibling into master
Use the return value of xmlAddChild() and xmlAddNextSibling() instead of the second argument directly.
Found by OSS-Fuzz.
Fixes #316 (closed)