template "widget[@type='List']", mode="widget_defs" {
foreach "$hmi_element/*[@inkscape:label]" {
| «@inkscape:label»: "«@id»",
template "widget[@type='TextStyleList']", mode="widget_defs" {
foreach "$hmi_element/*[@inkscape:label]" {
const "text", "func:refered_elements(.)[self::svg:text][1]";
const "tspan", "$text/svg:tspan[1]";
when "$text/@style and $tspan/@style" > «$text/@style»;«$tspan/@style»
otherwise > «$text/@style»«$tspan/@style»
| «@inkscape:label»: "«$style»",