Hi
I'm using Batik 1.5.1 in my applet. It works great so far!!! But I found one problem I don't know how to deal with.
I'm using SAXSVGDocumentFactory(). But I need to use it, called from HTML button. And when I do, and call such sequence:
String parser = XMLResourceDescriptor.getXMLParserClassName();
SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
msvgDoc = f.createDocument(url);
SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
msvgDoc = f.createDocument(url);
an error is rised, "SAX2 driver class error.File not found". When I call this from button inside applet everything seems to be ok.
Acctually I've found another mailing list thread where are some info about it. It's said that I should use Crimson JDK. I've tried to do this but no lack.
Thanks for any help
Best Regards
Bartek
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
