--- a/svghmi/gen_index_xhtml.ysl2 Thu Mar 12 09:33:20 2020 +0100
+++ b/svghmi/gen_index_xhtml.ysl2 Thu Mar 12 13:14:38 2020 +0100
@@ -65,7 +65,6 @@
noindex > HMI_CURRENT_PAGE
@@ -282,7 +281,10 @@
attrib "hmipath" > «$path»
- /* no node expected below value nodes */
+ apply "*[1]", mode="index"{ + with "index", "$index + 1"; + with "parentpath" > «$path» apply "*[1]", mode="index"{
--- a/svghmi/svghmi.py Thu Mar 12 09:33:20 2020 +0100
+++ b/svghmi/svghmi.py Thu Mar 12 13:14:38 2020 +0100
@@ -220,7 +220,7 @@
extern_variables_declarations += [
"#define heartbeat_index "+str(hmi_tree_hearbeat_index)
- if hasattr(node, "iectype") and node.nodetype != "HMI_NODE":
+ if hasattr(node, "iectype"): sz = DebugTypesSize.get(node.iectype, 0)
"{&(" + node.cpath + "), " + node.iectype + {