Click here to Skip to main content
16,006,474 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionPage-Sequence in fop [modified] Pin
Support12324-Jul-06 0:37
Support12324-Jul-06 0:37 
QuestionRe: Here is my xml layout [modified] Pin
Support12324-Jul-06 0:52
Support12324-Jul-06 0:52 
QuestionRe: one page sequence for each TableEnties Pin
Support12324-Jul-06 0:57
Support12324-Jul-06 0:57 
AnswerRe: one page sequence for each TableEnties Pin
Rizwan Bashir24-Jul-06 3:45
Rizwan Bashir24-Jul-06 3:45 
GeneralRe: one page sequence for each TableEnties Pin
Support12324-Jul-06 4:08
Support12324-Jul-06 4:08 
GeneralRe: one page sequence for each TableEnties Pin
Support12324-Jul-06 4:11
Support12324-Jul-06 4:11 
GeneralRe: one page sequence for each 30 rows in a table[modified] Pin
Support12324-Jul-06 4:20
Support12324-Jul-06 4:20 
GeneralRe: one page sequence for each 30 rows in a table[modified] Pin
Rizwan Bashir24-Jul-06 22:54
Rizwan Bashir24-Jul-06 22:54 
ok what I understand is that after each 30 rows you need a new page with table headers and offcourse page sequence... paste above this line <fo:flow flow-name="xsl-region-body">


'' Copy below this... this will add a footer which you need on every page
<fo:static-content flow-name="xsl-region-after">
<fo:table table-layout="fixed" >
<fo:table-column column-width="150mm"/>
<fo:table-column column-width="30mm"/>

<fo:table-body >
<fo:table-row>
<fo:table-cell border-top-width="0.5px" border-top-style="solid">
<fo:block font-size="6.0pt" font-family="sans-serif" padding-after="2.0pt"
text-align="left" font-weight="bold" space-before="1mm"
>Printed :Date Here</fo:block>
</fo:table-cell>
<fo:table-cell border-top-width="0.5px" border-top-style="solid">
<fo:block font-size="6.0pt" font-family="sans-serif" space-before="1mm"
text-align="end"
font-weight="bold"
>Page <fo:page-number/>


</fo:block>
</fo:table-cell>

</fo:table-row>
</fo:table-body>
</fo:table>

</fo:static-content>



'' For Page Break you can use this
<fo:block break-before="page"></fo:block>



-- modified at 4:54 Tuesday 25th July, 2006
AnswerRe: Page-Sequence in fop Pin
Dustin Metzgar24-Jul-06 5:01
Dustin Metzgar24-Jul-06 5:01 
GeneralRe: Page-Sequence in fop Pin
Support12324-Jul-06 5:14
Support12324-Jul-06 5:14 
GeneralRe: Page-Sequence in fop Pin
Dustin Metzgar24-Jul-06 5:42
Dustin Metzgar24-Jul-06 5:42 
GeneralRe: Page-Sequence in fop Pin
Support12324-Jul-06 5:54
Support12324-Jul-06 5:54 
QuestionRe: i found this example Pin
Support12324-Jul-06 20:29
Support12324-Jul-06 20:29 
QuestionRe:How i tried it. Sorry, Another Long one Pin
Support12324-Jul-06 20:32
Support12324-Jul-06 20:32 
QuestionRe: Problem, I think.... [modified] Pin
Support12324-Jul-06 20:38
Support12324-Jul-06 20:38 
Questionxsl calling styles Pin
Craigjw23-Jul-06 11:02
Craigjw23-Jul-06 11:02 
QuestionVS 2003 XML validation How to switch off? Pin
dl4gbe21-Jul-06 22:25
dl4gbe21-Jul-06 22:25 
QuestionHow do i download the fop patch? Pin
Support12321-Jul-06 4:05
Support12321-Jul-06 4:05 
AnswerRe: How do i download the fop patch? Pin
Dustin Metzgar21-Jul-06 4:28
Dustin Metzgar21-Jul-06 4:28 
GeneralRe: How do i download the fop patch? Pin
Support12323-Jul-06 21:18
Support12323-Jul-06 21:18 
QuestionRe: How do i download the fop patch? Quite a Big one, sorry Pin
Support12323-Jul-06 23:14
Support12323-Jul-06 23:14 
AnswerRe: How do i download the fop patch? Quite a Big one, sorry Pin
Dustin Metzgar24-Jul-06 2:36
Dustin Metzgar24-Jul-06 2:36 
QuestionCode error Pin
biaali20-Jul-06 22:50
biaali20-Jul-06 22:50 
AnswerRe: Code error Pin
Dustin Metzgar21-Jul-06 11:46
Dustin Metzgar21-Jul-06 11:46 
GeneralRe: Code error Pin
biaali25-Jul-06 20:31
biaali25-Jul-06 20:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.