diff -r 856f4698a0a8 -r 62753288be74 svghmi/hmi_tree.ysl2 --- a/svghmi/hmi_tree.ysl2 Fri Mar 26 14:46:38 2021 +0100 +++ b/svghmi/hmi_tree.ysl2 Fri Mar 26 14:53:35 2021 +0100 @@ -22,7 +22,14 @@ | var hmitree_types = [ foreach "$indexed_hmitree/*" - | /* «@index» «@hmipath» */ "«substring(local-name(), 5)»"`if "position()!=last()" > ,` + | /* «@index» */ "«substring(local-name(), 5)»"`if "position()!=last()" > ,` + + | ]; + | + | var hmitree_paths = [ + + foreach "$indexed_hmitree/*" + | /* «@index» */ "«@hmipath»"`if "position()!=last()" > ,` | ]; |