[EMAIL PROTECTED] wrote: > ...resolve relative paths ... > Is there a way of doing this already, or is there a proposed change for > this scheduled for an upcoming release?
No on both accounts. I think there will be something in the redesigned software. You can contribute it yourself if you like, look into FOPImageFactory (for resolving external-graphic source) and ConfigurationReader (for fonts). It should probably a two-step process, an interface specific for SVG which returns either a javax.xml.transform.Source or a parser+InputSource pair, and an interface returning an InputSource or a java.io.InputStream for other stuff (which will usually be binary). Using the SVG specific interface probably will have to be triggered by an appropriate content-type attribute, otherwise the other interface is used. An interesting discussion would be whether the user config file should be resolvable too (I think avalonizing FOP will make this reduindant anyway). J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
