Hi all, I need to work on Index for very large document. The Index is formatted like this:
Albert ................................... Pag. 4, 5 Alfred ............................................6, 10, 11 It works fine, but sometimes there are several reference on the same pages. The results it is not so good: Albert ................................... Pag. 4, 5, 5, 5 Alfred ............................................6, 10, 10, 10, 11, 11 It seems from the FO specs that a best result like this: Albert ................................... Pag. 4, 5 Alfred ............................................6, 10, 11 Can be achieved via a function equipped in XSL1.1. like merge-*-index-key-reference. Unfortunately this function seems not to be supported by FOP, as per http://xmlgraphics.apache.org/fop/compliance.html. So, the questions are: 1. I'm missing something? 2. there will be a scheduled evolution to achieve the support for such feature? 3. Someone here resolved the problem in a different way? TIA -- Giuseppe Briotti [email protected] "Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil urbe Roma visere maius." (Orazio) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
