XML Processing Model Working Group - Publications

Recommendations

- history

This specification describes the syntax and semantics of XProc: An XML Pipeline Language, a language for describing operations to be performed on XML documents.

An XML Pipeline specifies a sequence of operations to be performed on zero or more XML documents. Pipelines generally accept zero or more XML documents as input and produce zero or more XML documents as output. Pipelines are made up of simple steps which perform atomic operations on XML documents and constructs similar to conditionals, iteration, and exception handlers which control which steps are executed.

Notes

- history

XProc is an XML pipeline language; that is, a declarative dataflow language used to express steps required to process XML documents, coordinating operations such as querying, validation, inclusion, transformation and sorting.

- history

The XProc step library defines names and characteristics for a set of pipeline steps that every XProc processor is expected to support, as well as additional optional steps.

- history

This specification defines several XML processor profiles, each of which fully determines a data model for any given XML document.

- history

This document defines two new, optional templates designed to make it easier to construct documents within an XProc pipeline using values computed by that pipeline.

First Public Working Drafts

- history

This document contains requirements on the development of XProc: An XML Pipeline Language Version 2.0. These requirements are focused primarily on making the language simpler and easier to use.