Begin forwarded message: > > So here's a mostly working (for ARP) version I wrote. [1] Use it in the > following way: > > SAX2Model s2m = SAX2Model.create(baseuri, model); // ARP > StAX2SAX converter = new StAX2SAX(s2m); > converter.parse(xmlStreamReader); > > Hope it works ok. Might be worth adding to jena. > > Damian > > [1] <https://gist.github.com/1257922>
[Moving this to jena-dev] Any objections to me adding this to jena? It's a simple, self contained class. I should be able to use the existing SAX2Model tests. Damian
