Hello
from
i would like to collect the 3 altitude "Nullgradgrenze"
so from the 
i have a html node and the Selektor is
table.table_simple heights-table
i would expect some output but got just nothing - so what do i wrong?
Could the problem be the space between table_simple heights-table?
[
    {
        "id": "36240c5e5341146e",
        "type": "inject",
        "z": "d753f1f6adf829e0",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 240,
        "y": 3060,
        "wires": [
            [
                "cb6935655871fe12"
            ]
        ]
    },
    {
        "id": "f3a54f2556d33c09",
        "type": "html",
        "z": "d753f1f6adf829e0",
        "name": "",
        "property": "payload",
        "outproperty": "payload",
        "tag": "table.table_simple heights-table",
        "ret": "html",
        "as": "multi",
        "x": 790,
        "y": 3060,
        "wires": [
            [
                "8c398d9d94eafc32"
            ]
        ]
    },
    {
        "id": "cb6935655871fe12",
        "type": "http request",
        "z": "d753f1f6adf829e0",
        "name": "",
        "method": "GET",
        "ret": "txt",
        "paytoqs": "ignore",
        "url": "https://www.meteoschweiz.admin.ch/home.html?tab=temperature",
        "tls": "",
        "persist": false,
        "proxy": "",
        "authType": "",
        "x": 490,
        "y": 3060,
        "wires": [
            [
                "f3a54f2556d33c09"
            ]
        ]
    },
    {
        "id": "8c398d9d94eafc32",
        "type": "debug",
        "z": "d753f1f6adf829e0",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 730,
        "y": 3100,
        "wires": []
    }
]

