XProc
Sign in to saveXProc is an XML transformation language for processing documents in pipelines: chaining conversions and other steps together to achieve the desired results. It can handle documents in XML, HTML, JSON, text and binary.
~6 min read
Encyclopedic overview
7 sectionsContents
- Example
- Understanding and learning XProc
- History
- Implementations
- Older versions
- Logo
- References
XProc is an XML transformation language for processing documents in pipelines: chaining conversions and other steps together to achieve the desired results. It can handle documents in XML, HTML, JSON, text and binary.
The current (stable) version is 3.1. While XProc 1.0 is a W3C Recommendation, XProc 3.1 is a standard developed by the W3C XProc Next Community Group.
Excerpted from Wikipedia’s “XProc” article, available under the CC BY-SA 4.0 licence.