Re: numbering programlisting/screen lines

2007-08-20 Thread nancy_b
Hi dear Chris! So you mean that this problem refers to some xsltproc issue... Thanks Nancy cbowditch wrote: nancy_b wrote: Hi dear Andreas! by the 'function' I mean the LineNumberring function. There is no such function in XSL-FO. The terms you are referring to, sound like docbook

Re: numbering programlisting/screen lines

2007-08-20 Thread Chris Bowditch
nancy_b wrote: Hi dear Chris! So you mean that this problem refers to some xsltproc issue... yes thats what it sounds like from what you've said! Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: embedding font Bundesbahn-Pi at FOP

2007-08-20 Thread Adrian Cumiskey
Hi William, Most of the work involves entering all the charset data for ExpertEncoding and ExpertSubsetEncoding (contained in Appendix C of http://www.adobe.com/devnet/font/pdfs/5176.CFF.pdf) into src/codegen/fonts/encodings.xml - see http://issues.apache.org/bugzilla/show_bug.cgi?id=43143.

horizontal text adjustement with FOP

2007-08-20 Thread Sidi Mohamed Idrissi Yaghir
Hi mailing list, does FOP support the horizontal adjustment of texts? thnx a lot! Simo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: horizontal text adjustement with FOP

2007-08-20 Thread Matthias Müller
Hi Simo, yes, try fo:block text-align=centerMy Text/fo:block cheers matthias - Ursprüngliche Mail Von: Sidi Mohamed Idrissi Yaghir [EMAIL PROTECTED] An: fop-users@xmlgraphics.apache.org Gesendet: Montag, den 20. August 2007, 14:03:40 Uhr Betreff: horizontal text adjustement with FOP

Re: horizontal text adjustement with FOP

2007-08-20 Thread Sidi Mohamed Idrissi Yaghir
Hi mailing list, Sorry, i meant in my last mail the vertical text adjustment and the 90° rotation of texts? is this possible with fop? thnx Simo Quoting Sidi Mohamed Idrissi Yaghir [EMAIL PROTECTED]: Hi mailing list, does FOP support the horizontal adjustment of texts? thnx a lot!

Attributes of the fo-elements as parameter

2007-08-20 Thread Sidi Mohamed Idrissi Yaghir
Hi mailing list, is there a possibility to use the attributes of the fo-elements in the XSLT file as parameters??? this hier e.g. didn´t work: fo:table-cell width=xsl:value-of select=$widthParam / border-width=1px border-style=solid padding-right=10px

Re: Attributes of the fo-elements as parameter

2007-08-20 Thread Stefan Heuer
Hi Simo, I would do: fo:table-cell border-width=1px border-style=solid padding-right=10px xsl:attribute name=widthxsl:value-of select=$widthParam //xsl:attirbute /fo:table Sidi Mohamed Idrissi Yaghir schrieb: Hi mailing list, is there a possibility to use the attributes of the

Re: Attributes of the fo-elements as parameter

2007-08-20 Thread mahmoudi ould abdel vetah
or use this syntax : fo:table-cell width={$widthParam} border-width=1px border-style=solid padding-right=10px 2007/8/20, Stefan Heuer [EMAIL PROTECTED]: Hi Simo, I would do: fo:table-cell border-width=1px border-style=solid padding-right=10px xsl:attribute name=widthxsl:value-of

Re: horizontal text adjustement with FOP

2007-08-20 Thread mahmoudi ould abdel vetah
may be with reference-orientation? http://xmlgraphics.apache.org/fop/compliance.html#fo-property-reference-orientation 2007/8/20, Sidi Mohamed Idrissi Yaghir [EMAIL PROTECTED]: Hi mailing list, Sorry, i meant in my last mail the vertical text adjustment and the 90° rotation of texts? is

Re: fop cutting off lines - way to force wrap around?

2007-08-20 Thread ausj81 ausj81
Thanks for the reply Andreas - I had already considered option a but was hoping there was a way around having to parse the body since it'd be a headache but might have to grit my teeth and do it. Does anyone know if the wrap-option=wrap property put in an fo:block works in 0.93 or 0.92? I am