svghmi/hmi_tree.ysl2
branchsvghmi
changeset 3205 62753288be74
parent 3129 f2709923c82c
child 3221 3d307ad803ea
equal deleted inserted replaced
3204:856f4698a0a8 3205:62753288be74
    20     | var heartbeat_index = «$indexed_hmitree/*[@hmipath = '/HEARTBEAT']/@index»;
    20     | var heartbeat_index = «$indexed_hmitree/*[@hmipath = '/HEARTBEAT']/@index»;
    21     |
    21     |
    22     | var hmitree_types = [
    22     | var hmitree_types = [
    23 
    23 
    24     foreach "$indexed_hmitree/*" 
    24     foreach "$indexed_hmitree/*" 
    25     |     /* «@index»  «@hmipath» */ "«substring(local-name(), 5)»"`if "position()!=last()" > ,`
    25     |     /* «@index» */ "«substring(local-name(), 5)»"`if "position()!=last()" > ,`
       
    26 
       
    27     | ];
       
    28     |
       
    29     | var hmitree_paths = [
       
    30 
       
    31     foreach "$indexed_hmitree/*" 
       
    32     |     /* «@index» */ "«@hmipath»"`if "position()!=last()" > ,`
    26 
    33 
    27     | ];
    34     | ];
    28     |
    35     |
    29 }
    36 }
    30 
    37