|
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 :(