I have a data file that contains a tree of data. I want to put each
element at the same level of the tree into a seperate card of the same
stack. Every time I get a new level, I want a new stack. Then I will
link cards (nodes of the tree) to the stacks that contain the
sub-elements.
-sp-