I'm loading a new DOMDocuemnt, domDoc, with some HTML from a string. I
then get all elements with tag name 'table' and store them in a
DOMNodeList $tmpTables. I would like to be able to get the HTML within
a specific node in the tmpTables list. Is there a way to do this?