strxml

v1.0.0
create xml with functions and strings
xml string echo create

Build Status

strxml

Create xml with strings and concatenation.

install

npm install --save strxml

api

  • tag(el, [attributes], contents)
  • tagClose(el, attributes)
  • encode(str)
  • attr(attributes)

example


var tag = require('xmlstr').tag;

tag('Layer',
    tag('StyleName', 'style-' + i) +
    tag('Datasource', {
      name: 'layer-' + i,
      srs: WGS84
    }));
npm i strxml

Metadata

  • ISC
  • Whatever
  • Tom MacWright
  • released 5/6/2016

Downloads

Maintainers