Skip to content
Ozgur Ozcitak edited this page Dec 4, 2013 · 20 revisions
npm install xmlbuilder
var xml = require('xmlbuilder')
            .create('root')
              .ele('hello', 'xml')
            .end(); // <?xml version="1.0"?><root><hello>xml</hello></root>

See the Usage page for more detailed instructions.

Clone this wiki locally