diff -r 1379cd5c69dd -r 4296ab974d4d svghmi/hmi_tree.ysl2 --- a/svghmi/hmi_tree.ysl2 Sat Apr 18 13:14:45 2020 +0200 +++ b/svghmi/hmi_tree.ysl2 Sat Apr 18 14:06:41 2020 +0200 @@ -126,7 +126,7 @@ result "$class_a and $class_b and $class_a = $class_b"; } -reflect:hmi_tree; +debug:hmi_tree; // Debug data template "*", mode="testtree"{ @@ -138,7 +138,7 @@ with "indent" value "concat($indent,'>')" }; } -template "reflect:hmi-tree", mode="debug" { +template "debug:hmi-tree", mode="debug" { | Raw HMI tree apply "$hmitree", mode="testtree"; |