XProc is a W3C working draft to define a XML transformation language to define XML Pipelines. Below is an example XProc file: <source lang="xml"> <p:input port="schemas" sequence="true"/> <p:xinclude name="included"> <p:input port="source"> <p:pipe step="pipeline" port="source"/> </p:xinclude> <p:input port="source"> <p:pipe step="included" port="result"/> <p:pipe step="pipeline" port="schemas"/> </p:validate-with-xml-schema> </p:pipeline> </source>This is a pipeline that consists of two atomic steps, XInclude and Validate. The pipeline itself has two inputs, “source” (a source document) and “schemas” (a list of W3C XML Schemas). The XInclude step reads the pipeline input “source” and produces a result document. The Validate step reads the pipeline input “schemas” and the output from the XInclude step and produces a result document. The result of the validation, “result”, is the result of the pipeline.

PropertyValue
p:abstract
  • XProc is a W3C working draft to define a XML transformation language to define XML Pipelines. Below is an example XProc file: <source lang="xml"> <p:input port="schemas" sequence="true"/> <p:xinclude name="included"> <p:input port="source"> <p:pipe step="pipeline" port="source"/> </p:xinclude> <p:input port="source"> <p:pipe step="included" port="result"/> <p:pipe step="pipeline" port="schemas"/> </p:validate-with-xml-schema> </p:pipeline> </source>This is a pipeline that consists of two atomic steps, XInclude and Validate. The pipeline itself has two inputs, “source” (a source document) and “schemas” (a list of W3C XML Schemas). The XInclude step reads the pipeline input “source” and produces a result document. The Validate step reads the pipeline input “schemas” and the output from the XInclude step and produces a result document. The result of the validation, “result”, is the result of the pipeline. Here is the equivalent abbreviated XProc pipeline: <source lang="xml"> <p:input port="schemas" sequence="true"/> <p:xinclude/> <p:validate-with-xml-schema> <p:input port="schema"> <p:pipe step="pipeline" port="schemas"/> </p:validate-with-xml-schema> </p:pipeline> </source> (en)
  • XProc est une spécification en cours de développement au W3C. Cette spécification vise à définir un langage de transformation XML permettant de définir des pipelines XML. (fr)
p:extendedfrom
p:extension
  • .xpl (en)
p:genre
p:hasPhotoCollection
p:mime
  • application/xml (en)
p:name
  • XProc (en)
p:owner
p:standard
p:wikiPageUsesTemplate
p:wordnet_type
rdf:type
rdfs:comment
  • XProc is a W3C working draft to define a XML transformation language to define XML Pipelines. Below is an example XProc file: <source lang="xml"> <p:input port="schemas" sequence="true"/> <p:xinclude name="included"> <p:input port="source"> <p:pipe step="pipeline" port="source"/> </p:xinclude> <p:input port="source"> <p:pipe step="included" port="result"/> <p:pipe step="pipeline" port="schemas"/> </p:validate-with-xml-schema> </p:pipeline> </source>This is a pipeline that consists of two atomic steps, XInclude and Validate. The pipeline itself has two inputs, “source” (a source document) and “schemas” (a list of W3C XML Schemas). The XInclude step reads the pipeline input “source” and produces a result document. The Validate step reads the pipeline input “schemas” and the output from the XInclude step and produces a result document. The result of the validation, “result”, is the result of the pipeline. (en)
  • XProc est une spécification en cours de développement au W3C. Cette spécification vise � définir un langage de transformation XML permettant de définir des pipelines XML. (fr)
rdfs:label
  • XProc (en)
  • XProc (fr)
owl:sameAs
skos:subject
foaf:page
is owl:sameAs of