Stephan Müller wrote:
thanks for your fast answer. It seems replacing the links is not the best way.
How does Batik cope with links? Does it open them via a java.net.URL? Then I could maybe include the referenced files in the repository and register an appropriate URLStreamHandler...
It does not use java.net.URL because you can't provide URLStreamHandlers in an Applet context. Instead it uses something called 'ParsedURL' which is also extensible (it often delegates to java.net.URL but handles things like 'data:' it's self).
Take a look at batik.util
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]