Skip to content
Ozgur Ozcitak edited this page Nov 27, 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 Quick Start guide or Usage page for more detailed instructions.

Clone this wiki locally