Re: Overflow in block-level elements

2007-02-13 Thread Tim Keen
If a table-cell has height and width then should "overflow" work as a property to it? Cheers Tim Roger Kovack1 wrote: Andreas L Delmelle wrote: On Feb 9, 2007, at 00:11, Roger Kovack1 wrote: In short, overflow is allowed in fo:block-container but not in fo:bl

Re: XSL - NewLine

2007-02-13 Thread Andreas L Delmelle
On Feb 14, 2007, at 01:03, Daniel Noll wrote: (We do our own breaking by substituting elements into the appropriate places before running through FOP, although it sounds like this attribute to make linebreaks significant may be cleaner.) FWIW: I've always considered the insertion of em

Re: XSL - NewLine

2007-02-13 Thread Daniel Noll
Laurent Yaish wrote: Why would you store data with line breaks in an XML element attribute that way in the first place? Sounds like instead of havin you should reformat your data to be more flexible such as something like: value1 value2 value3 Depends, maybe that isn't semantically c

Re: XSL - NewLine

2007-02-13 Thread Laurent Yaish
Why would you store data with line breaks in an XML element attribute that way in the first place? Sounds like instead of havin you should reformat your data to be more flexible such as something like: value1 value2 value3 Just my $.02 Laurent On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROT

Re: character problem

2007-02-13 Thread Daniel Noll
Jason R Briggs wrote: I had the same problem initially. If I look in Arial in one font viewer, no angle character. But in another one, I can see it -- and it's also visible in firefox. Rather weird. Not so weird for Firefox -- it does its own font substitution (put in some CJK characters a

AWT Previewer external remote jpg file no rendering

2007-02-13 Thread craigg
Hiya, Having trouble with external graphics which are jpg's being rendered with the AWT Previewer. Using exactly the same xsl pointing to an equivilent gif/bmp seems to render fine. The strange thing is that looking at the preview window with Debug on, you can see it has gathered the image size (

Re: cannot print FOP-generated PDFs via Acrobat Reader 8

2007-02-13 Thread Abel Braaksma
BiYing Huang wrote: Hi, All: I have a weird issue with printing FOP(v.0.20.5)-generated pdf files using Acrobat 8 and HP Color LaserJet 4650. Though it looks like an acrobat problem to me, can you do a test with FOP 0.93? The 0.20 branch is obsolete now and the 0.9x branch is a complete rewr

Re: character problem

2007-02-13 Thread Jason R Briggs
I had the same problem initially. If I look in Arial in one font viewer, no angle character. But in another one, I can see it -- and it's also visible in firefox. Rather weird. Given that arial uni is apparently about 22MB in size, I'll stick with standard Arial for the moment. I came acros

cannot print FOP-generated PDFs via Acrobat Reader 8

2007-02-13 Thread BiYing Huang
Hi, All: I have a weird issue with printing FOP(v.0.20.5)-generated pdf files using Acrobat 8 and HP Color LaserJet 4650. The PDF looks fine on screen. It's only a printer issue. On the print options dialog that launches when you being to print, there is an 'Advanced' button. On the Advanced di

Re: character problem

2007-02-13 Thread Jeremias Maerki
My arial.ttf doesn't contain the "ANGLE" character, but arialuni.ttf does. On 13.02.2007 06:10:56 Jason R Briggs wrote: > Hi all > > Just wondering if anyone else has experienced this problem. > > I have a specific character to include in my xml (an angle symbol > ∠). The symbol is available in

Re: 7 page FOP postscript file only shows first page in GhostScript, etc.

2007-02-13 Thread Jeremias Maerki
Ok, so had you really used FOP 0.20.5 you wouldn't have the problem. At least it works for me after adding force-page-count="no-force" to your stylesheet [1]. Only FOP 0.20.4 leads to the problem you described. Even after diffing the PS generated by 0.20.4 and 0.20.5 I don't quite see what the prob

Re: Table troubles

2007-02-13 Thread Vincent Hennebert
Chris Bowditch a écrit : > Andreas L Delmelle wrote: > > > >> >> The Rec in all its glory! :) >> I wonder what this means for tables that don't have a block-container >> parent. Note that, since a block's b-p-d can't be specified, that >> leaves only block-container as a possible and reliable

Re: Table troubles

2007-02-13 Thread Andreas L Delmelle
On Feb 13, 2007, at 15:06, Chris Bowditch wrote: Andreas L Delmelle wrote: The Rec in all its glory! :) I wonder what this means for tables that don't have a block- container parent. Note that, since a block's b-p-d can't be specified, that leaves only block-container as a possible and

Re: Table troubles

2007-02-13 Thread Chris Bowditch
Andreas L Delmelle wrote: The Rec in all its glory! :) I wonder what this means for tables that don't have a block-container parent. Note that, since a block's b-p-d can't be specified, that leaves only block-container as a possible and reliable base 'block- level FO that generates the c

Re: XSL - NewLine

2007-02-13 Thread Tobias . Soloschenko
Hello, in one of my solutions I solved the problem with the symbol font:   Greez Tobias Manuel Mall <[EMAIL PROTECTED]> wrote on 13.02.2007 14:10:35: > On Tuesday 13 February 2007 21:52, Gregan, Miroslav wrote: > > Thanks you for your answers > > > > Actually I afraid I did not ask my questio

Re: XSL - NewLine

2007-02-13 Thread Abel Braaksma
Manuel Mall wrote: As mentioned in previous responses you need to add the linefeed characters to the value. However, in addition you need to set the property linefeed-treatment="preserve" on the enclosing fo:block otherwise the linefeeds in the text will be treated like / converted to spaces

Re: XSL - NewLine

2007-02-13 Thread Manuel Mall
On Tuesday 13 February 2007 21:52, Gregan, Miroslav wrote: > Thanks you for your answers > > Actually I afraid I did not ask my question clearly enough. > The @value which is the content of an XML File's element which > contains a String. > This String has to be formatted (a little bit if possible

Re: XSL - NewLine

2007-02-13 Thread Abel Braaksma
Gregan, Miroslav wrote: Thanks you for your answers Actually I afraid I did not ask my question clearly enough. The @value which is the content of an XML File's element which contains a String. This String has to be formatted (a little bit if possible :-) ) with new lines. So that the text: Mis

RE: XSL - NewLine

2007-02-13 Thread Gregan, Miroslav
Thanks you for your answers Actually I afraid I did not ask my question clearly enough. The @value which is the content of an XML File's element which contains a String. This String has to be formatted (a little bit if possible :-) ) with new lines. So that the text: Mister T"NewLineChar"Hannibal

Re: Table troubles

2007-02-13 Thread Andreas L Delmelle
On Feb 12, 2007, at 23:34, Jeremias Maerki wrote: I'd very much like to agree with your solution/interpretation, but the nit in me feels compelled to ask: "100% of what?" XSL 1.1 says for percentages in block-progression-dimension: The percentage is calculated with respect to the correspondi

Re: XSL - NewLine

2007-02-13 Thread Abel Braaksma
Just use: or You can also add an entity to your doctype if you tend to use this kind of newlines more often: and use it as follows: &newline; which will be rendered as a \r\n by the serializer. Of course, you could also use an xsl:variable to do the same. Why do you want a \r *and*

Re: XSL - NewLine

2007-02-13 Thread Stefan Heuer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Miroslav, I used: for generating csv files. Regards Stefan Gregan, Miroslav schrieb: > Hello all, > > I need to put manually new line in a pdf document and it has to be > for the @value field. > I know, to put a new line I should use a new b