<root>

<template path="/message">
<label label="Message" dir-for="label" />
</template>

<template path="/test">
<template path="label">
<label dir-for="label" />
</template>
</template>

<template path="/testa/*">
<template path="label">
<label dir-for="label" />
</template>
</template>

<vbox>
<template path="/actions/*">
<button label="b" dir-for="event">
<attr-connect name="label" function="last-dir" />
</button>
</template>
</vbox>

<hbox>
<template path="/actions/*" min-weight="6">
<button label="a" dir-for="event">
<attr-connect name="label" function="last-dir" />
</button>
</template>
</hbox>

</root>
