Skip to content

Fix transfer of the XML to the dcc-view JS App by the xlt Transformation #1

@BeSeeTek

Description

@BeSeeTek

const xmlNode = document.getElementById('xmlContent').firstChild;
const xmlStr = new XMLSerializer().serializeToString(xmlNode);

in the XLT transformation i had to pass this to identical variables to the JS library since one worked in chrome and the other in firefox :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions