Well thx alot for your help. I managed to work it out and it's working perfectly ;)
Jack -----Message d'origine----- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoyé : mar. 22 février 2005 21:22 À : [EMAIL PROTECTED] Objet : Re: repeating column cell Rymasz Jacky wrote: > I'm quite new to FOP and I don't really see what you mean by "overlapping > region-before" and "marker". > Can you give me a snippet of code so I can see exactly what you mean? > In the meantime I'm gonna check in the doc what region-before and marker are > doing. Something like ... <fo:simple-page-master margin-...> <fo:region-body/> <!-- fill whole page --> <fo:region-before extent="30mm"/> <!-- overlap body by 30mm --> </ ... ... <fo:static-content flow-name="xsl-region-before"> <fo:table ... > ... table suff, duplicate column settings... <fo:table-row height="30mm"> <!-- match overlap (or not) --> <fo:table-cell border-top="... duplicate border settings ..." ... more border settings (left, right, but not bottom ) <fo:block> <fo:retrieve-marker retrieve-class-name="repeating-header" ... more properties .../> </ </ ... </ <fo:flow ... <table ... > <!-- the real table -- ... <fo:table-cell ... spanning etc. ...> <fo:block><fo:marker marker-class-name="repeating-header" >The repeating content</fo:marker> Therepeating content</fo:block> </... .... Sorry, can't be bothered to write a working example right now. The marker must be inside the block in the cell, it wont work with the marker as child of the cell or the row (known defect). HTH J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]