Skip to content
transformobject mode

Carml transform

Transforms an XML stream based on a given Carml mapping.

From barnard59-carml · v0.1.2

Reference

Identifier
http://barnard59.zazuko.com/operations/carml/transformView as Turtle ↓
Module
barnard59-carml/transform.js
Stream
Readable and writable — reads the stream and passes it on
Implementation
CommonJS
Install
$ npm i barnard59-carml

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScript ;
    code:link <node:barnard59-carml/transform.js>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.