Hi Steven,

Steven Vetzal <[EMAIL PROTECTED]> wrote on 02/01/2007 06:59:03 AM:

> I want to make local graphics from our JSR170 repository available 
> using the <svg:image> tag. While I can do this neatly using Apache 
> FOP using my own URIResolver, I can't find any way to do this same 
> thing with Batik.

   Correct we aren't tied into the URIResolver stuff.

> Has anyone out there attempted attaching a custom URIResolver or 
> otherwise hooked into the URI lookups in Batik? What approach did you 
take?

   All of our URI lookups go through our local class 
"batik.util.ParsedURL" which roughly replaces java.net.URL.  It 
has the ability to specify custom protocols which you might use 
to redirect lookups to your URI resolver.


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

Reply via email to