function nodeToXML(node, indentation, out) {
  "use strict";
  var item,
    value,
    i;