Re: Implementing GRDDL in XProc

"vojtech.toman@emc.com" <vojtech.toman@emc.com> writes:
> - 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.

If you get back application/rdf+xml for each transform (and you're
sort of going to need to for XProc), then I think

<p:wrap-sequence wrapper="rdf:RDF">
   ...
</p:wrap-sequence>

<p:unwrap match="rdf:RDF/rdf:RDF"/>

will do the trick.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
Lead Engineer
MarkLogic Corporation
www.marklogic.com

Received on Friday, 19 November 2010 18:10:39 UTC