Re: Created XSLT_FO by Altova StyleVision, not work on Apache FOP

2010-05-09 Thread bonekrusher

Happy to help. It looks like you are using the default xslt processor for fop
which uses Apache Xalan-J, a xslt 1.0 processor (http://xalan.apache.org/).
Your stylesheets is for a 2.0 processor. Export your stylevision sps project
to a xsl-fo 1.0 file.

Good luck.

Phil
-- 
View this message in context: 
http://old.nabble.com/Created-XSLT_FO-by-Altova-StyleVision%2C-not-work-on-Apache-FOP-tp28492466p28502469.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Created XSLT_FO by Altova StyleVision, not work on Apache FOP

2010-05-09 Thread soph

Ya! I export the sps project to a xsl-fo 1.0 file and it works. Thank you
very much Phil.:clap:


bonekrusher wrote:
> 
> Happy to help. It looks like you are using the default xslt processor for
> fop which uses Apache Xalan-J, a xslt 1.0 processor
> (http://xalan.apache.org/). Your stylesheets is for a 2.0 processor.
> Export your stylevision sps project to a xsl-fo 1.0 file.
> 
> Good luck.
> 
> Phil
> 

-- 
View this message in context: 
http://old.nabble.com/Created-XSLT_FO-by-Altova-StyleVision%2C-not-work-on-Apache-FOP-tp28492466p28504128.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



AW: Flag this message border around a long text spanned on mutiple page

2010-05-09 Thread Georg Datterl
Hi Red Light.

The simple answer is: Yes, possible.
There are two ways, as far as I can tell. The more elegant way is playing 
around with border-before/after-width.conditionality="retain". Theoretically 
that should give you a top- and bottom-border. The second way would be an empty 
table header and footer with no data but a border.

Mit freundlichen Grüßen

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de

-Ursprüngliche Nachricht-
Von: Red Light [mailto:skydelt...@yahoo.com]
Gesendet: Samstag, 8. Mai 2010 13:28
An: fop-users@xmlgraphics.apache.org
Betreff: Flag this message border around a long text spanned on mutiple page

hi,

in my web page i got a rich input data field where a user can enter a long text 
(4000word) and i want to print the report of this field , the problem i want is 
that the text in pdf is printed in late say 3 page ,  i put the text inside a 
table-row and i give her a border , the problem is the table is spanned over 
3page so the table has the border-top in the 1 page and  the border-bottom is 
end 3page(the text in the second page doesn't have a top-border and a 
bottom-border like the image )

here is my xsl:fo code




   


   






is it possible to have each part of the text on each page with a full border 
around it (top/bottom/right/left) ?


and thanks a lot



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org