You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Sebastien Sahuc <ss...@imediation.com> on 2000/08/29 12:39:09 UTC

[C2] How do I get a SAX 1 Parser ?

I was wondering what is the nicest way to get a SAX 1 parser 
(org.xml.sax.parser.Parser) for product that needs a 'Parser' instance 
(XT for instance).

I was thinking that I might use the JAXP interface, but it means that I 
cannot take advantage of the component/composer architecture which is one 
of the best I've ever seen :-)

All the best,

Sebastien