Richard Mixon (qwest) schrieb:
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.
Thanks for any ideas - Richard
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Richard,
You would be missing out on perhaps the most enjoyable part of XSLT/XSL design: factoring out common formatting to be shared by several XSL FO files. Please have a look at this article: http://xml.sys-con.com/read/40601.htm.
Glen
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
