Components-$148.lzx
<canvas height="250">
<include href="lz/tree.lzx"/>
<dataset name="ancestors">
<hobbit name="Frodo">
<hobbit name="Drogo">
<hobbit name="Fosco" grandparent="true"/>
<hobbit name="Bolger, Ruby" grandparent="true"/>
</hobbit>
<hobbit name="Brandybuck, Primula">
<hobbit name="Brandybuck, Gorbadoc" grandparent="true"/>
<hobbit name="Took, Mirabella" grandparent="true"/>
</hobbit>
</hobbit>
</dataset>
<view x="20" y="20" layout="axis: x; spacing: 10">
<view width="200" height="200">
<tree open="true" text="valuemeal">
<tree text="fries" isleaf="true"/>
<tree open="true" text="drink">
<tree text="cola" isleaf="true"/>
</tree>
<tree open="true" text="burger">
<tree text="patty" isleaf="true"/>
<tree text="lettuce" isleaf="true"/>
<tree text="onions" isleaf="true"/>
<tree text="buns" isleaf="true"/>
</tree>
</tree>
</view>
<view width="200" height="200">
<tree datapath="ancestors:/" icon="null" showroot="false">
<tree datapath="*" icon="null" text="$path{'@name'}" isleaf="$path{'@grandparent'}"/>
</tree>
</view>
</view>
</canvas>
Cross References
Includes
Named Instances