You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Rob Parker <ro...@webcybernetics.com> on 2000/06/07 09:34:53 UTC

interface org.xml.sax.DocumentHandler has been deprecated

Hi I'm trying to follow the SAX examples as per the documentation, so I have the following...

org.xml.sax.DocumentHandler dh = styleSheet.getSAXSerializer(res.getOutputStream());

However the compiler indicates that this interface has been deprecated. If this is so, what
should I be using?

regards

Rob