XML pipeline: Difference between revisions

Content deleted Content added
Smkatiyar (talk | contribs)
No edit summary
Smkatiyar (talk | contribs)
No edit summary
Line 54:
* '''smallx XML Pipelines''' are used by the smallx project.
* '''ServingXML''' defines a vocabulary for expressing flat-XML, XML-flat, flat-flat, and XML-XML transformations in pipelines.
* '''[http://www.polarlake.com/reference-data-distribution/xml-data-pipelining-platform PolarLake Circuit Markup Language]''' used by [[PolarLake]]'s runtime to define [http://www.polarlake.com/reference-data-distribution/xml-data-pipelining-platform XML pipelines]. Circuits are collections of paths through which fragments of XML stream (usually as SAX or DOM events). Components are placed on paths to interact with the stream (and/or the outside world) in a low latency process.
* '''xmlsh''' is a scripting language based on the unix shells which natively supports xml and text pipelines [http://www.xmlsh.org]