Hi, i am developing a tool which generates CV's. At present i have a system running on Tomcat which takes a XML file and parses it using JSTL's XSLT processor to display the result to the browser. What i would like to do now is expand it so that i can use FOP as well and create a PDF using XSL-FO. but i dont know how to install FOP into tomcat and if it will work together, any advise would be fantastic!
Apache Tomcat and FOP install?
Collapse
X
-
-
Originally posted by h1400046Hi, i am developing a tool which generates CV's. At present i have a system running on Tomcat which takes a XML file and parses it using JSTL's XSLT processor to display the result to the browser. What i would like to do now is expand it so that i can use FOP as well and create a PDF using XSL-FO. but i dont know how to install FOP into tomcat and if it will work together, any advise would be fantastic!
I am unfamiliar with FOP, but does this page provide the information you are looking for?
Comment