[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Proof-of-concept RDF mapping for Atom




David Powell wrote:

I don't think using an XSLT processor followed by an RDF/XML parser would be much fun in practise - a SAX based convertor would be much simpler.

Those two are not incompatible.


Example: Xalan can accept a SAX input stream and can produce a SAX input stream. Jena can accept a SAX input stream.

Some XSLT constructs (example: sort) can effectively render this moot, but overall Xalan tries really, really hard to stream.

- Sam Ruby