Tags: Programming Language.

XProc is a W3C Recommendation to define an XML transformation language to define XML Pipelines.Below is an example abbreviated XProc file:This is a pipeline that consists of two atomic steps XInclude and Validate. The pipeline itself has three inputs “source” (a source document) “schemas” (a list of W3C XML Schemas) and “parameters” (for passing parameters). The XInclude step reads the pipeline input “source” and produces a result document.

Loading...

This page contains content from the copyrighted Wikipedia article "XProc"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.