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]



Reply via email to