Re: custom properties on xsl:fo element possible?

2006-02-27 Thread Jeremias Maerki
Just did. :-) Thanks for the patch, Nils. I'll have a go at implementing my more extensive proposal on foreign namespaces a little later. On 21.02.2006 14:19:42 Nils Meier wrote: Hi Andreas, Your point is definitely valid, and I think I'm going to apply this change. If no other devs

Re: Status of UAX#14?

2006-02-27 Thread Manuel Mall
On Monday 27 February 2006 18:55, Jeremias Maerki wrote: What's the status of UAX#14? Does anybody have had time to work on that, yet? I'm asking because I'm considering hacking in support for the fixed width spaces (U+2000..U+200A). One of my clients asks for that but I can't allocate enough

Re: Status of UAX#14?

2006-02-27 Thread Jeremias Maerki
On 27.02.2006 12:36:58 Manuel Mall wrote: On Monday 27 February 2006 18:55, Jeremias Maerki wrote: What's the status of UAX#14? Does anybody have had time to work on that, yet? I'm asking because I'm considering hacking in support for the fixed width spaces (U+2000..U+200A). One of my

Re: Status of UAX#14?

2006-02-27 Thread Manuel Mall
On Monday 27 February 2006 21:33, Jeremias Maerki wrote: On 27.02.2006 12:36:58 Manuel Mall wrote: On Monday 27 February 2006 18:55, Jeremias Maerki wrote: What's the status of UAX#14? Does anybody have had time to work on that, yet? I'm asking because I'm considering hacking in

Re: Status of UAX#14?

2006-02-27 Thread Manuel Mall
On Monday 27 February 2006 22:12, Jeremias Maerki wrote: On 27.02.2006 14:59:31 Manuel Mall wrote: On Monday 27 February 2006 21:33, Jeremias Maerki wrote: On 27.02.2006 12:36:58 Manuel Mall wrote: On Monday 27 February 2006 18:55, Jeremias Maerki wrote: snip/ Wait a sec!

Re: Status of UAX#14?

2006-02-27 Thread Manuel Mall
On Monday 27 February 2006 22:53, Jeremias Maerki wrote: On 27.02.2006 15:22:14 Manuel Mall wrote: On Monday 27 February 2006 22:12, Jeremias Maerki wrote: On 27.02.2006 14:59:31 Manuel Mall wrote: On Monday 27 February 2006 21:33, Jeremias Maerki wrote: On 27.02.2006 12:36:58

Re: Status of UAX#14?

2006-02-27 Thread Manuel Mall
On Monday 27 February 2006 23:16, Jeremias Maerki wrote: On 27.02.2006 16:02:32 Manuel Mall wrote: On Monday 27 February 2006 22:53, Jeremias Maerki wrote: On 27.02.2006 15:22:14 Manuel Mall wrote: On Monday 27 February 2006 22:12, Jeremias Maerki wrote: On 27.02.2006 14:59:31

Removing the character area tree object

2006-02-27 Thread Jeremias Maerki
I'm considering removing the character area tree object and instead map an fo:character to a normal text area with one word child. fo:characters are rarely used so this doesn't add much to the memory consumption of the area tree but reduces the complexity (or code duplication) of the text

Re: Removing the character area tree object

2006-02-27 Thread Manuel Mall
On Monday 27 February 2006 23:37, Jeremias Maerki wrote: I'm considering removing the character area tree object and instead map an fo:character to a normal text area with one word child. fo:characters are rarely used so this doesn't add much to the memory consumption of the area tree but

Re: Status of UAX#14?

2006-02-27 Thread Jeremias Maerki
On 27.02.2006 16:25:03 Manuel Mall wrote: On Monday 27 February 2006 23:16, Jeremias Maerki wrote: On 27.02.2006 16:02:32 Manuel Mall wrote: On Monday 27 February 2006 22:53, Jeremias Maerki wrote: On 27.02.2006 15:22:14 Manuel Mall wrote: On Monday 27 February 2006 22:12, Jeremias

Character widths

2006-02-27 Thread Jeremias Maerki
I need a second pair of eyes (or more) for a change I've done in Font-java. I think there are a number of bugs in the getCharWidth() method: - The widths for special spaces were never returned as getWidth() automatically replaced them with #. - The value for em was taken from the width of the

Re: Character widths

2006-02-27 Thread Andreas L Delmelle
On Feb 27, 2006, at 18:57, Jeremias Maerki wrote: Hi Jeremias, I need a second pair of eyes (or more) for a change I've done in Font-java. snip / Before I commit this change, can anyone tell me in case I got something wrong here. Thanks. Your changes seem fine to me... Any doubts in

Re: svn commit: r381409 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/fo/XMLWhiteSpaceHandler.java test/layoutengine/disabled-testcases.xml

2006-02-27 Thread Andreas L Delmelle
On Feb 27, 2006, at 20:02, [EMAIL PROTECTED] wrote: Author: adelmelle Date: Mon Feb 27 11:02:39 2006 New Revision: 381409 URL: http://svn.apache.org/viewcvs?rev=381409view=rev Log: Activated refinement white-space-handling for fo:title and fo:bookmark-title (treating fo:title the same as

Re: Character widths

2006-02-27 Thread Jeremias Maerki
Well, it's just that this is code that's been in there for a long time and someone must have given it some thought. I simply want to make sure I did not miss anything obvious. Thanks for looking at it. On 27.02.2006 19:42:36 Andreas L Delmelle wrote: On Feb 27, 2006, at 18:57, Jeremias Maerki

white space in fo:title [was: Re: svn commit: r380918 - in /xmlgraphics/fop/trunk/test/layoutengine: disabled-testcases.xml standard-testcases/title_linefeed-treatment.xml]

2006-02-27 Thread Simon Pepping
On Sat, Feb 25, 2006 at 05:58:17PM +0100, Andreas L Delmelle wrote: On Feb 25, 2006, at 17:41, Andreas L Delmelle wrote: On Feb 25, 2006, at 11:34, [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewcvs?rev=380918view=rev Log: Linefeed treatment and white space collapse are not

Re: Removing the character area tree object

2006-02-27 Thread Simon Pepping
On Mon, Feb 27, 2006 at 10:15:01AM -0800, Clay Leeds wrote: On Feb 27, 2006, at 9:37 AM, Andreas L Delmelle wrote: On Feb 27, 2006, at 16:40, Manuel Mall wrote: On Monday 27 February 2006 23:37, Jeremias Maerki wrote: I'm considering removing the character area tree object and instead map

Re: Removing the character area tree object

2006-02-27 Thread J.Pietschmann
Jeremias Maerki wrote: I'm considering removing the character area tree object and instead map an fo:character to a normal text area with one word child. Looks ok: +1 J.Pietschmann

Re: Character widths

2006-02-27 Thread Simon Pepping
On Mon, Feb 27, 2006 at 06:57:02PM +0100, Jeremias Maerki wrote: I need a second pair of eyes (or more) for a change I've done in Font-java. I think there are a number of bugs in the getCharWidth() method: - The widths for special spaces were never returned as getWidth() automatically

Re: svn commit: r381409 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/fo/XMLWhiteSpaceHandler.java test/layoutengine/disabled-testcases.xml

2006-02-27 Thread Simon Pepping
On Mon, Feb 27, 2006 at 08:15:54PM +0100, Andreas L Delmelle wrote: On Feb 27, 2006, at 20:02, [EMAIL PROTECTED] wrote: Author: adelmelle Date: Mon Feb 27 11:02:39 2006 New Revision: 381409 URL: http://svn.apache.org/viewcvs?rev=381409view=rev Log: Activated refinement

Re: Indefinite page-width / page-height

2006-02-27 Thread Matthias Neubacher
Title: Re: Indefinite page-width / page-height Hi, I've read the thread on implementing the indefinite page-height feature. Did you succeed on this (Andreas, Walter)? I also would offer my help on implementing/testing it. Cheers, Matthias