Moving forward with my project I have succeeded in creating a pdf on the fly from a database query. My next stumbling block seems to be the location of the xsltfile file. When I run the program in Eclipse, I need to hard code the path to the .xsl file. When I move the code to Tomcat, its want the file in the tomcat bin directory. I have tried the baseDir as shown in the examples but that does not function properly. Is there any way to specity that the file is located the WebContent folder or should it be placed, by convention, in another location. Thanks Calvin
-- View this message in context: http://www.nabble.com/Location-of-xsltfile-t1617801.html#a4384302 Sent from the FOP - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
