I want to dump out part of the Data tree.
I've tried variations on:
foreach child [xpathEval $node/*]
where $node is "/data", but that seems to get me the values, not the names.
Similarly, [get /data] just gives me the values of the children of data, not the names.