Questions tagged [xml-builder]

62 questions
-1
votes
1 answer

Generate XML having repeated tags from JSON

I am using xmlBuilder library in Nodejs to create XML from prepared corresponding JSON. I am creating JSON structure first and then convert it to XML. Javascript is the coding language. It is required to create following XML…
Aditya Rewari
  • 2,343
  • 2
  • 23
  • 36
-1
votes
1 answer

cannot display variables inside XML structure xml-builder in node.js code

Just tried xmlbuilder for node.js; Got into the trouble: cannot display variables inside XML structure: var http = require('http'), os = require('os'), builder = require('xmlbuilder'); var totalmem = os.totalmem(); var totalmem = os.totalmem(); var…
Tadas Davidsonas
  • 1,859
  • 4
  • 16
  • 19
1 2 3 4
5