Skip to content

Instantly share code, notes, and snippets.

View jamesjhedley's full-sized avatar

James Hedley jamesjhedley

  • Toronto
View GitHub Profile
var data2xml = require("data2xml");
var obj = [];
obj.push({
text: {
_attr: {
"xml:lang": "en"
},
_value: "French Stuff"
}
var data2xml = require("data2xml");
var obj = [];
obj.push({
text: {
_attr: {
"xml:lang": "en"
},
_value: "French Stuff"
}