> -----Original Message----- > From: Andreia Oliveira [mailto:[EMAIL PROTECTED] > Sent: Monday, July 03, 2006 10:22 AM > > I have a working C# solution for generating pdf files based > on data from a database,xsd and xslt (for the transformation > step using fop). This solution includes a project that has > the sources of fop 0.20.5. > As it is not meeting all my needs in terms of page breaks, > svg images,... I would like to migrate to the latest fop > version (0.92b). > > Where can I download the source code to incorporate in the > Visual Studio C# project and what are the main steps and > risks I should take into account when performing this task? I > have JRE 1.5.0 installed in my machine. > > For example, will the new fop version handle my xslt files or > will I have to change them for compliance? > Is anywhere a demo on how to perform these operations?
Hi Andreia, About XSLT: Some changes should be required because new FOP is more conformant to Recommandation. You can first read the upgrade section at [1]. [1] http://xmlgraphics.apache.org/fop/0.92/upgrading.html Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
