On 08/02/12 03:23, Luis Ferro wrote: > Hmmm... why not installing those files in a local webserver? > > That way you would have a proper uri (http://localhost/etc...) > file:/// is a proper URI, it's just not a URL. Fop only requires resolvable URIs and doesn't really care where they come from.
Using HTTP would add transfer overhead and slow things down for little if any benefit. I don't really see the point, when fixing the URI syntax to conform to correct file URI syntax is all that's required here. -- Craig Ringer
