Hi, For this purpose, I use xsl:attributes-set elements in a separate xslt file, referenced through a xsl:include element. I just need to add a xsl:use-attribute-sets when needed (do not forget the xsl namespace when you use this attribute in a non-xsl element, such as a fo:block) This works fine.
Pascal SANCHO > -----Message d'origine----- > De : Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Envoy� : lundi 9 mai 2005 04:44 > > Other than using XSLT transformations, is there a way of > specifing common characteristics for table cells and other > formatting elements in an FO document? Somethink like CSS I > guess (inline or otherwise) > > My data model is currently Java Beans and is being processed > by JSP/JSTL pretty well. I hate to introduce XSLT > transformation on top of this just to reduce the verbosity of > my FO document. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
