It'd be nice to be able to grab a DOMNodeList and save the XML of the children.
So that we can do stuff like:
echo $node->childNodes->saveXML();
to get back the inner XML/HTML of that node.
Bonus points for checking that saveHTML works everywhere too.