edouard@3235: include yslt_noindent.yml2 edouard@3235: edouard@3235: istylesheet edouard@3235: /* From Inkscape */ edouard@3235: xmlns:svg="http://www.w3.org/2000/svg" edouard@3235: xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" edouard@3235: edouard@3235: extension-element-prefixes="ns func exsl regexp str dyn" edouard@3235: exclude-result-prefixes="ns func exsl regexp str dyn svg inkscape" { edouard@3235: edouard@3235: const "indexed_hmitree", "/.."; // compatibility with parse_labels.ysl2 edouard@3235: include parse_labels.ysl2 edouard@3235: edouard@3235: const "hmi_elements", "//svg:*[starts-with(@inkscape:label, 'HMI:')]"; edouard@3235: edouard@3235: template "/" edouard@3235: widgets edouard@3235: apply "$hmi_elements", mode="parselabel"; edouard@3235: edouard@3235: }