Implementing GRDDL in XProc

Hi all,

I just attempted to write a simple GRDDL implementation in XProc and my
current feeling is that it is *almost* possible:

- You can almost certainly locate the transformations using any of the 4
models described in the GRDDL spec and apply those transformations.
- The missing piece is merging of RDF graphs if there are multiple
transformations. To have a complete XProc GRDDL implementation, you
currently need to use an extension step that takes a sequence of RDF
graphs and returns the merged result.

Vojtech

Received on Friday, 19 November 2010 13:26:37 UTC