Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > 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:

1 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:

2 External links

XML standards

Read more »

Non User