I urge anyone considering using XSLT to STOP and take a look at freemarker.
Freemarker has excellent support for XML inputs http://freemarker.sourceforge.net/docs/xgui_imperative_learn.html including XPath You can push java objects into the freemarker context including config and helper classes. XSLT is a very verbose templating language and you will find that freemarker drastically reduces the size of your template files and increases readability You can create custom tags and macros with ease You will generally find it a much less frustrating experience If I go for a job interview and find out that they use XSLT extensively, I run for the hills!!! Cheers, Lance. On Monday, 19 March 2012, trsvax <trs...@gmail.com> wrote: > I've been using FOP http://xmlgraphics.apache.org/fop/ for a number of years. > If you like XSLT (or want to learn it) try it out. FOP gives you precise > control over the output. I usually combine it with JAXB to convert Java > objects to XML then use XSLT to create the PDF. > > -- > View this message in context: http://tapestry.1045711.n5.nabble.com/Make-Report-PDF-tp5533477p5577042.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >