Hi Jaiprakash, As Georg said, the most useful on this list is to provide XSL-FO file, rather than XML + XSL couple.
You can easily do it by invoking FOP with the -foout option: Fop -xml foo.xml -xsl foo.xsl -foout foo.fo >From that point, you can use the same source XSL-FO file to feed either FOP 0.20.0, or FOP 0.95. Note that FOP distributions comes with different versions of Xalan, depending on FOP version released; in certain cases old Xalan versions can cause some troubles, so the same Xalan for the 2 FOPs is a good start. At this stage, if the 2 ouputs are differents, you can easily find the lines that have to be tweaked, directly in you XSL-FO file. Once the result make you happy, you can then report changes to your XSLT. During this process, we can help you in resolving issues that could block you, but we *need* XSL-FO. HTH, Pascal [email protected] a écrit : > Hi, > Please find the xml file for the same along with the genrated pdf output > .The same below outputted report is working fine in fop 0.20 version but > after migration vertical alignment issue is coming. > (See attached file: IntellectReport.xsl)(See attached file: > IntellectReport.xml) > > PDF output FOR FOP 0.95 version > (Embedded image moved to file: pic01200.jpg) > > > EXPECTED OUTPUT:PDF FOR THE VERSION FOP 0.20 > > (Embedded image moved to file: pic26058.jpg) > > Georg Datterl > <gdatt...@geneon. > de> > > Hello jaiprakash, > > Your XSL file doesn't help a lot here. Can you: > * take your XML file and transform it so you get a fo file > * cut the irrelevant parts out so it only contains the parts you want > aligned > * post this shortened fo file > * tell us which parts you want aligned with which (horizontally? > vertically?) > * and tell us which fop version you use > > Thanks. > > Georg Datterl > > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:[email protected]] > > Hi, > > I am unable to generate properly align data in pdf report.so what changes > should i make in xsl file for correct alignment od data in pdf? > here is my xsl file .Please help for the same. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
