Re: several fo:static-content

thanks for the help,

i solved the problem with several fo:static-content by using
each page-sequence for one company.
 
<xsl:for-each select="company[1]">
   <fo:page-sequence master-reference="firma1">
     <fo:static-content flow-name="xsl-region-after">
...
...
...

<xsl:for-each select="company[2]">
   <fo:page-sequence master-reference="firma1">
     <fo:static-content flow-name="xsl-region-after">
...
...
...

etc for the other companies.

and it works.

jan


-------------------------------------------------------------
Jan Kirmse
mailto: jan.kirmse@snetline.de

Received on Wednesday, 24 July 2002 08:26:01 UTC