XProc PR index

XProc PRs are published by continuous integration. The following pull requests are open:

PR 153, Add DFDL parse/unparse optional step library

Adds a step library to perform parse and unparse operations as described in the Data Format Description Language (DFDL). DFDL is a complementary technology to iXML. While iXML can encode semi-formal to formal textual grammars and produce an XML representation, DFDL can do the same for binary formats. Apache Daffodil is a widely used Java implementation of DFDL and is a natural fit for JVM-based XProc processors; other DFDL implementations could be used where available.

An example schema and test set is given here.

PR 144, Specify value templates in comments and processing instructions

Fix #129

PR 143, Fix order of content-types on p:insert

Fix #18

PR 142, Clarify resolution of relative xs:anyURI options

Fix #13

There’s not a lot of change to the spec, it’s mostly the implementations that need to be fixed. But there’s a corrected typo, a new note, and the fix to the p:namespace-rename step.