Re: Plan to support the collapsing border model

2005-12-05 Thread Jeremias Maerki
Plan? Yes, sure. Timeframe? Unknown at the moment. It's not on the top of my list, at least. Large parts of the implementation for the collapsing border model already exist but there are certain difficulties in the implementation (interactions between table-header, table-footer and table-body) that

Re: Page Sequences

2005-12-05 Thread Glen Mazza
David Frankson wrote: However, if you were to take the latest source and put it into a 20.5.1, we'd probably enthusiastically take it, and it might solve a lot of the performance/memory issues that are posted to the list. No doubt. But 0.90alpha1 will be getting better. Very few if any com

Re: Page Sequences

2005-12-05 Thread Andreas L Delmelle
On Dec 6, 2005, at 00:11, David Frankson wrote: He is probably using the multiple page sequences to work around the memory issues in tables. I would say that most all of us who use 20.5 do this. I've written lots of xsl:fo that does its own page sequencing by counting lines of data, and we

RE: Page Sequences

2005-12-05 Thread David Frankson
> I may be misunderstanding your question, but it seems like you just need > one fo:page-sequence, with predefined fo:static-contents for the header > and footer (fo:static-contents will get automatically printed on each > page.) Next, put all the content that will be placed on each page in >

Re: Page Sequences

2005-12-05 Thread Andreas L Delmelle
On Dec 5, 2005, at 21:43, Clifton Craig wrote: Hi, I'm writing a report transform usinf XSLT for XSL-FO and I have some basic questions. What's the best way to code for multiple page sequences. For example I have some static content that I like to keep in the header and footers and I gues

Re: Page Sequences

2005-12-05 Thread Glen Mazza
Clifton Craig wrote: I'm writing a report transform usinf XSLT for XSL-FO and I have some basic questions. What's the best way to code for multiple page sequences. For example I have some static content that I like to keep in the header and footers and I guess it doesn't matter but I'd like t

Page Sequences

2005-12-05 Thread Clifton Craig
I'm writing a report transform usinf XSLT for XSL-FO and I have some basic questions. What's the best way to code for multiple page sequences. For example I have some static content that I like to keep in the header and footers and I guess it doesn't matter but I'd like to reuse chunks of XML-FO

Re: Postscript - Type 1 fonts with russian characters in FOP

2005-12-05 Thread Andreas L Delmelle
On Dec 5, 2005, at 18:09, Pavel wrote: Hi, I need embed Postscript - Type 1 fonts with russian characters. FOP 0.20.5 embedding fonts only with Encoding:Ansi and in pdf are # instead of russian characters (in generated xml font metric file is WinAnsiEncodingencoding>). If I use these fonts in

RE: Background image

2005-12-05 Thread Arni Maack
Thanks guys, I’m experimenting with this still but this seems to be on the right track…     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 6:14 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Background image   Ar

Re: Fw: Using Docbook stylesheets in FOP

2005-12-05 Thread Simon Pepping
On Sun, Dec 04, 2005 at 12:42:26PM -0500, Glen Mazza wrote: > Simon Pepping wrote: > > > > >Another issue I have with FOP and Docbook is that FOP out of the box > >does not use catalogs. > > I'm unsure what you mean by catalogs. See http://www.oasis-open.org/committees/entity/ and http://xml.a

Postscript - Type 1 fonts with russian characters in FOP

2005-12-05 Thread Pavel
Hi All, I need embed Postscript - Type 1 fonts with russian characters. FOP 0.20.5 embedding fonts only with Encoding:Ansi and in pdf are # instead of russian characters (in generated xml font metric file is WinAnsiEncoding). If I use these fonts in MSWord, russian characters are displayed OK. Ho

Re: template parameters

2005-12-05 Thread Mike Trotman
is for specifying parameter names (and default values) immediately following a template declaration. Hard to tell why your example is failing as you haven't supplied a full working example. Once you are inside the template you treat them as normal variables. If your example is failing then it

Plan to support the collapsing border model

2005-12-05 Thread drkm
Hi Is there any plan to support the collapsing border model in FOP, in a near future? Thanks, --drkm ___ Appel audio GRATUIT partout dans le monde avec le nou

Re: Translet class format error

2005-12-05 Thread Johan
Yeah, I'm sorry about that one, I was still using the TraxInputHandler rather than the TransformerImpl to transform the xsl. Once I switched back, there were no complaints. Regards /Johan - To unsubscribe, e-mail: [EMAIL PROT

Re: template parameters

2005-12-05 Thread Chris Bowditch
Johan wrote: Hi all... I'm having trouble getting parameter values into my templates. I specify the parameter like this : 1234567890 But I always get 'unknown'. I've tried not specifying any value, but then the parameter is empty. The problem is you try to invoke the

template parameters

2005-12-05 Thread Johan
Hi all... I'm having trouble getting parameter values into my templates. I specify the parameter like this : 1234567890 And I try to read it like this: unknown But I always get 'unknown'. I've tried not specifying any value, but then the parameter i

Re: AW: MS Excel 2 FO --> PDF

2005-12-05 Thread John Burgess
POI is a toolkit for use from a java program. Make sure you add the jar file to your class path when compiling and running your programs. Best wishes John Burgess Risk Decisions Limited Buchan House Parkway Court Oxford Business Park South OX4 2JY T: 01865 718666 F: 01865 718600 M: 07984 863890

AW: MS Excel 2 FO --> PDF

2005-12-05 Thread Braumüller , Hans
Hello, thanks for yor time, always running us away. I go there, download and want to start an example by command line first. Find no way or faq, how to do. I don´t understand, why the comunity often writes things, if all the interest people are experts in developing and doing these things all

Re: Translet class format error

2005-12-05 Thread Jeremias Maerki
On 05.12.2005 12:16:00 Andreas L Delmelle wrote: > On Dec 5, 2005, at 11:25, Elmström Johan wrote: > > > Unfortunately I'm having some problems setting up my templates, and > > I can't find any good examples. > > > > I keep getting an exception 'element xsl:template not allowed in > > this po

Re: Translet class format error

2005-12-05 Thread Andreas L Delmelle
On Dec 5, 2005, at 11:25, Elmström Johan wrote: Unfortunately I'm having some problems setting up my templates, and I can't find any good examples. I keep getting an exception 'element xsl:template not allowed in this position', but as soon as I move it, I get an exception saying element

FW: Translet class format error

2005-12-05 Thread Elmström Johan
As suspected... Unfortunately I'm having some problems setting up my templates, and I can't find any good examples. I keep getting an exception 'element xsl:template not allowed in this position', but as soon as I move it, I get an exception saying element fo: is not bound. I'm trying to crea