At the moment, I\'m creating an XML file in Java and displaying it in a JSP page by transforming it with XSL/XSLT. Now I need to take that XML file and display the same info
You might want to look at the XSL-FO libraries that are out there that can do PDF creation as a transformation. I'll try to find a link.