Atom Feed SITE FEED   ADD TO GOOGLE READER

Get XOM

XOM has the best API ever.

In my app we churn business objects into XHTML then XSL:FO and finally PDF. XOM makes it super easy to build the XHTML tree. And if I play my cards right, I might be able to turn that XHTML into FO without serializing it to bytes first. Amazing.

XOM makes XML fun again! Get rid of SAX, DOM and hardcoded "<html>". Get XOM, be happy.
any chance you are going to post the source to your XHTML -> PDF code? I'm sure there would be many people in the Java community interested in something like that for writing simple reports.