Apache FOP doesn't care about stylesheets. It only takes the XSL-FO
content (not XML!) and converts it to the output format. It's entirely
up to you how you locate and load the stylesheet. 

On 14.05.2006 23:35:21 CalvinD wrote:
> 
> 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



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to