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