Encyclopedia > XML pipeline

  Article Content

XML pipeline

In computer science, an XML Pipeline is formed when XML (Extensible Markup Language) processes, sometimes called XML transformations, are connected together.

For instance, given a two transformations T1 andT2, the two can be connected together so that an input XML document is transformed by T1 and then the output of T1 is fed as input document to T2. Simple pipeline like this one are called linear, as a single input document always goes through the same sequence of transformation to produce a single output document. Non-linear pipelines can include:

  • Conditionals — where a given transformation is executed if a condition is met while another transformation is executed otherwise
  • Loops — where a transformation is execute on each node of a node set selected from a document
  • Tees — where a document is fed to multiple transformations potentially happening in parallel
  • Aggregations — where multiple documents are aggregated into a single document

Pipeline languages

XML Pipeline languages are used to define pipelines. The definition can understood by a pipeline engine that given a pipeline definition can create the processes, connect them together and execute the pipeline. Existing pipeline languages include:

  • W3C XML Pipeline Definition Language is specified in a W3C Note and Sun provides an implementation.
  • Cocoon sitemap allows the declaration of linear pipelines
  • XPL is the OXF XML Pipeline Language. It allows the declaration of complex pipeline with conditionals, tees and aggregations.

External links



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Ludvika

... municipality in central Sweden, in the county of Dalarna. The municipality covers an area of 1500.7 km². Of the total population of 26450, 13112 are male, and 13338 are ...

 
 
 
This page was created in 42 ms