XML pipeline: Difference between revisions

Content deleted Content added
Non-linear: added preposition to complete this phrase
m decapitalize "pipeline"
Line 1:
In [[software]], an '''XML Pipelinepipeline''' is formed when [[XML]] (Extensible Markup Language) processes, especially [[XML transformation language|XML transformations]] and [[XML validation]]s, are connected.
 
For instance, given two transformations T<sub>1</sub> and T<sub>2</sub>, the two can be connected so that an input XML document is transformed by T<sub>1</sub> and then the output of T<sub>1</sub> is fed as input document to T<sub>2</sub>. Simple pipelines like the one described above are called ''linear''; a single input document always goes through the same sequence of transformations to produce a single output document.