Appearantly it does try to access the xml:base entry.

   Not really, but it does need to parse the URI. and
"http://dummy"; is not a good base URI you should try
something like:  "http://dummy/dumb.svg";


I am sorry, but that does not seem to be it. It does not complain about the URL (as it does when leaving out the HTTP) and the execution seems to "halt" for a short time, so I really suspect a network call bumping back:

Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:
null:-1
An I/O error occured while processing the URI:
"http://dummy/dumb.svg#linearGradient334";
specified on the element <path>


So my questions:
1) has the InputStream / internal reference been solved now? If yes, why am I having this problem?

   Because you are using the 1.6 release rather than the
SVN version of Batik.

Ah, since the problem was already reported back in 2004, I assumed that in 2006 we would have had a release including that fix. I will give the SVN version a try.

Thanks!

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to