xml2jade2

xml to jade

Usage no npm install needed!

<script type="module">
  import xml2jade2 from 'https://cdn.skypack.dev/xml2jade2';
</script>

README

xml2jade

simple converter converts xml to jade

installation

$ npm install xml2jade2

usage

xml2jade = require("xml2jade");
jadeTxt = xml2jade.run("xmlfile.xml")
jadeTxt = xml2jade.parse("<Tag1>xxxx</Tag1>")
$ xml2jade xmlfile.xml