0.0.6 • Published 10 years ago

hxpipe v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Introduction

This project is a partial clone of hxpipe from w3c's html-xml-utils, written in nodejs javascript. Eventually it should be a drop-in replacement for hxpipe.

Dependencies

Installation

npm install -g hxpipe

Running

haxpipe file.xml
haxpipe < file.xml
curl file.xml | haxpipe

Examples

var Hxpipe = require('hxpipe')
  , fs = require('fs');

fs.createReadStream('file.xml')
  .pipe(new Hxpipe())
  .pipe(process.stdout);

License

MIT

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago