- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Mon, 07 Apr 2003 19:45:59 +0100
- To: Emmanuel Pietriga <emmanuel@w3.org>
- cc: www-rdf-validator@w3.org
>>>Emmanuel Pietriga said: > Dave, > > The current validator relies on the version of ARP included in Jena > 1.6.1. Switching to ARP2 has implications on other library versions such > as Xerces, and we need to solve some version compatibility problems on > the server side before switching to ARP2. I hope to have this solved soon. I've been using ARP2 (not Jena2) for a while now and it is trivial to use without Jena2: java -classpath $ARP2/lib/arp2.jar:$ARP2/lib/icu4j.jar:$ARP2/lib/xercesImpl.jar:$ARP2/lib/xmlParserAPIs.jar com.hp.hpl.jena.rdf.arp.NTriple $* Surely you don't need access to the triples or the RDF graph via Jena, all you need is to print them out as HTML. Dave
Received on Monday, 7 April 2003 14:51:55 UTC