svghmi/widgets_common.ysl2
branchsvghmi
changeset 2893 d57a12b8f5db
parent 2890 ae8063127e95
child 2897 bf8a39cc65e4
equal deleted inserted replaced
2892:27dd409fba1d 2893:d57a12b8f5db
    26         choose {
    26         choose {
    27             when "not(@index)" {
    27             when "not(@index)" {
    28                 warning > Widget «$widget/@type» id="«$eltid»" : No match for path "«@value»" in HMI tree
    28                 warning > Widget «$widget/@type» id="«$eltid»" : No match for path "«@value»" in HMI tree
    29             }
    29             }
    30             otherwise {
    30             otherwise {
    31     |         «@index» /*«$widget/path»*/ `if "position()!=last()" > ,`
    31     |         «@index» /* «@value» */ `if "position()!=last()" > ,`
    32             }
    32             }
    33         }
    33         }
    34     }
    34     }
    35     |     ],
    35     |     ],
    36     |     element: id("«@id»"),
    36     |     element: id("«@id»"),