Different sort between FOP and XSL

2014-10-20 Thread Jean-Pierre Lamon
Hi all, FOP 1.1 - XSLT 1.0 With exactly the same code for my key indexing, I'm getting two different ordering sequences through XSLT or FOP: XSLT (MSXML) (Tried with XML2PDF, sort is also OK) A CACCIA DEL BOSONE DI HIGGS A DOS DE DROMADAIRE ABATON ABATON ABATON ACQUISITION TRAITEMENT ET

Re: OutOfMemoryError: Java heap space

2014-10-20 Thread Jean-Pierre Lamon
To reply to this thread Re: OutOfMemoryError: Java heap space Thu, 03 Jul 2014 14:35:00 GMT to Chandone For my part, for the same problem, I noticed I had the 32bits version of JRE. I installed the 64 bits version and no more OutOfMemoyError. Regards JP

Re: Different sort between FOP and XSL

2014-10-20 Thread Pascal Sancho
Hi, Sorting is only an XSLT feature, not a XSL-FO one. Note that sort implementation may differ from XSLT engines, as said in XSLT-REC (see [1]): It is possible for two conforming XSLT processors not to sort exactly the same. Note again that FOP bundle comes with Xalan as XSLT engine for

RE: Different sort between FOP and XSL

2014-10-20 Thread Jean-Pierre Lamon
Thx for your reply. And if I would like to test Xerces with FOP? Possible? With version 1.1 I can see xercesImpl-2.7.1.jar A way to change that? Cheers JP -Message d'origine- De : Pascal Sancho [mailto:psancho@gmail.com] Envoyé : lundi 20 octobre 2014 11:17 À :

FOP alignment problem between two font type

2014-10-20 Thread Puja
http://apache-fop.1065347.n5.nabble.com/file/n41322/FOP_AlignmentProblem.png Hi, I am using FOP 1.0 version for converting reports in PDF. Problem I am facing is alignment between two font type. I am using Font-Family=Halvetica,Symbol My xml requirement is to display greek omega sign as a unit

Re: Different sort between FOP and XSL

2014-10-20 Thread Pascal Sancho
Xerces is an XML parser, not an XSLT engine. If you are speaking about the latter, you can use your own, including Xalan (2.7.1), MsXml, Saxon, LibXslt, etc. the general process is: 1. transform xml+xslt to get xsl-fo using the chosen Xslt engine 2. transform xsl-fo to get pdf (or whatever

RE: Different sort between FOP and XSL

2014-10-20 Thread Jean-Pierre Lamon
Ok, thanks. You can see I'm a newbie :-) Your solution is really great :-) My soft can produce .fo file without problem. And now, it's MSXML that handles XSL parsing. And the result : A caccia del bosone di Higgs | 17 A dos de dromadaire | 1 Abaton | 19 Affolter, Jehanne Le site magdalénien de

Re: FOP alignment problem between two font type

2014-10-20 Thread Pascal Sancho
Font char box seem different, and baselines are not correctly aligned As a workaround, you can use this: fo:block747 fo:inline alignment-adjust=0.3emΩ/fo:inline/fo:block 2014-10-20 13:11 GMT+02:00 Puja pujaag...@gmail.com:

Re: FOP alignment problem between two font type

2014-10-20 Thread Glenn Adams
use a single font that has glyphs for both characters On Mon, Oct 20, 2014 at 5:11 AM, Puja pujaag...@gmail.com wrote: http://apache-fop.1065347.n5.nabble.com/file/n41322/FOP_AlignmentProblem.png Hi, I am using FOP 1.0 version for converting reports in PDF. Problem I am facing is