Posted By:
Andreas_Grund
Posted On:
Friday, July 23, 2004 01:59 AM
Hi, i wrote following xsl-stylesheet. It works nearly fine. The only problem is, that he (the Epic Editor, which uses the xerxers-engine) does not change the number of columns on the second page. What do i have to do, to solve this problem? Here my xsl-stylesheet: <?xml version="1.0" encoding="UTF-8"?> margin-top="55mm" margin-left="35mm" margin-bottom="40mm" master-name="linke-seite"> 280mm 210mm display-align="before" border-after-style="solid" border-after-width="1pt" /> margin-right="10m
More>>
Hi,
i wrote following xsl-stylesheet. It works nearly fine. The only problem is, that he (the Epic Editor, which uses the xerxers-engine) does not change the number of columns on the second page. What do i have to do, to solve this problem?
Here my xsl-stylesheet:
<?xml version="1.0" encoding="UTF-8"?>
margin-top="55mm"
margin-left="35mm"
margin-bottom="40mm"
master-name="linke-seite">
280mm
210mm
display-align="before"
border-after-style="solid"
border-after-width="1pt" />
margin-right="10mm"
margin-top="5mm"
margin-bottom="30mm"
master-name="rechte-seite">
280mm
210mm
display-align="before"
border-after-style="solid"
border-after-width="1pt" />
My target is to have first page with 1 and a second page with 3 columns. The changes in the margin takes effect, but not the changes in the number of columns. i ever get three columns :-(
Thanks a lot for your response and Greetings,
Andreas