Hi Everybody, I need to generate index for the document. I tried to find out whether there is extensions for doing this. Unfortunately it couldn't find any predefined solution So I decided to write my own index generator via xsl-fop using templates. This index consisting of any index tags inside the source document. One index can be in any page multiple times. So I need to group and sort page numbers where the indexentries lies. To do this I need to assign <xsl:page-number-citation> to a varible to continue the group and sort process. It seems it is not possible to do this in normal manner.
Does any body has a clue on working page numbers before printing them? Should write them in any temp location and then read them? Thanks in advance anf best regards. FOP v=0.94 -- Nedim Buke
