Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Русский
    3. ioBroker
    4. Скрипты
    5. ioBroker скрипты
    6. Парсинг XML

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Парсинг XML

    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      instalator last edited by

      Есть ли по умолчанию в iobroker какие нибудь пакеты для парсинга XML?

      1 Reply Last reply Reply Quote 0
      • Bluefox
        Bluefox last edited by

        @instalator:

        Есть ли по умолчанию в iobroker какие нибудь пакеты для парсинга XML? `
        Я так понимаю, что в ioBroker.javasciprt.

        Нет, но советую прописать в настройках xml2js
        48_2015-12-19_18_01_56-iobroker.admin.png

        var parseString = require('xml2js').parseString;
        var xml = "<root>Hello xml2js!</root>"
        parseString(xml, function (err, result) {
            console.log(result);
        });
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Support us

        ioBroker
        Community Adapters
        Donate

        865
        Online

        31.8k
        Users

        80.0k
        Topics

        1.3m
        Posts

        2
        2
        903
        Loading More Posts
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as topic
        Log in to reply
        Community
        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
        The ioBroker Community 2014-2023
        logo