UNPKG

@daedalus/wso2

Version:

This is a set of tools to help connect and manage interactions with various WSO2 products. Please see README.MD for more details.

15 lines (12 loc) 219 B
//const libxmljs = require('libxmljs'); isXml = (text) => { /*try { libxmljs.parseXml(text); } catch (e) { return false; }*/ return true; } module.exports = { isXml }