svghmi/hmi_tree.ysl2
branchsvghmi
changeset 3205 62753288be74
parent 3129 f2709923c82c
child 3221 3d307ad803ea
--- 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()" > ,`
 
     | ];
     |