-
paulk_asert Most baffling: parse() returns a NodeChild but the .children() of a NodeChild are Nodes and those types are not subtypes. parse() appears to return the document element, not the document. And x.parent() returns x for the "root" of the tree.