On Thu, 18 Oct 2001 19:45:09 Alistair Hopkins wrote: > With a little guidance, I will attempt some decoupling, especially from > Batik. > > Any pointers? I've looked, and it seems fairly embroiled to me. > > Alistair
This is something best done in the redesign, rather than doing it then needing to change it again. I will probably put in the new stuff and break everything sometime next week. For this particular problem the approach I think will work is to use the user agent (this can be implemented bits at a time). The renderer will then ask the user agent to handle the requested type of xml (in this case svg) and render to the output given the render context information (ie. pdf page. stream etc.). This way the user agent can handle any problems and separate external class loading from the renderers. There is one other small issue but it is fairly minor. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]