0.1.1 • Published 9 years ago

ixwsg v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ixwsg

Intra-XML White Space Gobbler - library to remove all "whitespace only" gaps between nodes of XML marked up text.

Installation

npm install ixwsg --save

Usage

var ixwsg = require('./index'), gobble = ixwsg.gobble;

var xmlWithSomeWhitespace = 'hello \t \r \f \v \n world';

console.log(gobble(xmlWithSomeWhitespace));

Tests

npm test

Release History

  • 0.1.0 Initial release