UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

7 lines (5 loc) 194 B
var makeDom = require("./utils").makeDom; var markup = Array(21).join( "<?xml><tag1 id='asdf'> <script>text</script> <!-- comment --> <tag2> text </tag1>" ); module.exports = makeDom(markup);