Thank you, URIResolver worked like a charm for the uri's from XML to FO. I have set a custom one on the Tranformer(Factory)
I still have some uri's that need to be resolved from FO to PDF (all images). Is it also possible to place an URIResolver on FOP? Thanks for the help! Geoffrey "J.Pietschmann" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Geoffrey wrote: > > 1) Is it possible to use <xsl:include and/or <xsl:import entities in xsl > > sheets used by FOP? > es. > > > 2) Is it possible to combine this with code that generates pdf (through fo) > Yes. > > > 3) (And now the real question) Is it possible to do this if your xsl are > > resources of your achive, fetched by getClass().getResource("myxsl.xsl")? > Basically: yes. It may be necesary to > - use a jar: sheme URL and/or > - provide a custom URIResolver in order to fetch included XSL > sheets from the jar. > > J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
