[EMAIL PROTECTED] wrote: >> Can you point me to an example >> that shows how to do this somewhere? > > http://www.bryantcs.com/fop > > SpecToPDF.xsl uses xsl:include (right at the top of the file) to > include the styles specified in pdfstyles.xsl.
Jay, Thanks for the example - however its not quite what I am trying to do (which may not be possible). I am currently processing a single FO file (say report1.fo) which is generated by servlet/jsp code. My Java servlet is setup to expect this one FO file. What I would like is a way to specify the attribute-set inline at the top of the .fo file and then reference them further down in fo layout statements. Granted, the code change to my servlet to handle just an xsl file is not that great - but the ripple effect to the application is a bit more than I would like to endure right now. Maybe my solution (since my application is JSP/JSTL oriented and not XSL/XSLT based) is to juse use some JSP scripting or custom tags to do this. Just figured there might be a more "standard" solution. Thank you - Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
