Re: several fo:static-content

thanks for the help.

my problem is the following:

i have one xml file which contains several company nodes

<company1>
 ...
 ...
</company1>
<company2>
 ...
 ...
</company2>
<company3>
 ...
 ...
</company3>
etc.

each <company> contains a logo and other TAGs

in my xsl file i like to have these static-contents dependent on the company
or the logo
which are defined in the xml file.
if its possible to solve this problem with several page-sequences i like to
test it.

my pdf file should have the following design.

page1 (company1)
page2 (company1)
page3 (company1)
page4 (company2)
page4 (company2)
page5 (company2)

and so on, for several companies, but only one pdf file.

if you have any other idea which helps,
thanks

jan

Received on Tuesday, 23 July 2002 09:19:13 UTC