ndw’s avatarndw’s Twitter Archive—№ 33,265

  1. …in reply to @paulk_asert
    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.