diff -r 07f10dc95d2f -r 76da573569a6 svghmi/parse_labels.ysl2 --- a/svghmi/parse_labels.ysl2 Thu Jun 10 14:05:44 2021 +0200 +++ b/svghmi/parse_labels.ysl2 Wed Jun 16 18:27:05 2021 +0200 @@ -19,6 +19,7 @@ { const "label","@inkscape:label"; const "id","@id"; + const "description", "substring-after($label,'HMI:')"; const "_args", "substring-before($description,'@')"; @@ -86,6 +87,7 @@ } } } + if "svg:desc" desc value "svg:desc/text()"; } }