Re: Creating XML from RDF triples?

On Thu, 2004-09-30 at 16:10 +0200, Jan Algermissen wrote:
> Jeremy,
> 
> that sounds great, thanks for this.
> 
> However, two questions:
> 
> - Will the pretty printer use the original DTD/XML Schema of the input files?
>
>
> - ever heard of something similar in the Apache/Perl world?(I am a bit constrained
>   by the existing environment and cannot simply turn to Tomcat for example)
> 

You can use the perl bindings for the Redland library (librdf.org) to do
this. It's pretty much the same deal -- create a memory store, parse
both files into it, then just serialize the contents of the store back
out again.

-- Michael

Received on Thursday, 30 September 2004 15:14:09 UTC