At 02:42 PM 7/31/01 +0100, you wrote:
[...]
>In particular, our code gives the "usual" sealed jar exception unless
>I unseal our copy of xalan.jar, at which point I get a NoSuchMethod
>call when executing
>  SAXParserFactory factory = SAXParserFactory.newInstance()

Grrr.  Wrong line.  The error comes from:

     myParser = factory.newSAXParser().getXMLReader();

Sorry,
Andrew

Reply via email to