burkostya / noflo-lemox

NoFlo components for stream parsing xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noflo-lemox

Build Status Dependency Status NPM version

NoFlo components for xml.

Components

Select

Parse xml into objects by selector.

In ports:

  • NODE: name of nodes that will be thrown to OUT port
  • IN: chunks of xml

Out ports:

  • OUT: object with next fields: name, attributes, text, isSelfClosing
  • DRAIN: emits true when component can consume more xml
  • ERROR: error

About

NoFlo components for stream parsing xml

License:MIT License


Languages

Language:JavaScript 100.0%