Re: svn commit: r360083 - in /xmlgraphics/fop/trunk: ./ src/java/org/apache/fop/fo/ src/java/org/apache/fop/fo/flow/ test/layoutengine/standard-testcases/

2006-01-05 Thread Chris Bowditch
Andreas L Delmelle wrote: On Jan 4, 2006, at 13:10, Manuel Mall wrote: snip/ Ouch! This was one thing I indeed completely lost track of: the properties governing white-space-treatment and the like for the corresponding retrieve-marker... To add to all the fun, there is indeed no way

Re: DO NOT REPLY [Bug 38098] - [patch] allow some xsl-function calls with omitted args

2006-01-05 Thread gerhard oettl
On Wed, Jan 04, 2006 at 08:37:31PM +0100, Andreas L Delmelle wrote: On Jan 4, 2006, at 20:22, Andreas L Delmelle wrote: On Jan 4, 2006, at 14:55, gerhard oettl wrote: as far as i can see this cannot be assurred for table-cell with the current code at the point this function is called. Hmmm...

Re: xsl-functions on doc compliance

2006-01-05 Thread Chris Bowditch
gerhard oettl wrote: I always found the compliance page of the documentation a excelent help when to decide who is to blame: fop or me. What i am missing is the status of the xsl-funtions [from-parent(), etc]. If there is no objection i'll try to create a patch against xdocs/compliance.ihtml

FOP 0.90.1 Gaps (Was Re: xsl-functions on doc compliance)

2006-01-05 Thread Jess Holle
This page does clearly document the two biggest remaining gaps in 0.90.1: table Basic 6.7.3 partial partial [0.91 beta] Only border-collapse="separate" is supported and there's no support for

DO NOT REPLY [Bug 38135] New: - [PATCH] Support for data urls (rfc 2397)

2006-01-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 38135] - [PATCH] Support for data urls (rfc 2397)

2006-01-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: xsl-functions on doc compliance

2006-01-05 Thread gerhard oettl
On Thu, Jan 05, 2006 at 11:47:51AM +, Chris Bowditch wrote: gerhard oettl wrote: If there is no objection i'll try to create a patch against xdocs/compliance.ihtml to append them. Good idea. A patch will be welcome ;) Ok i'll start the work. BTW is there a conformance level available for

Re: DO NOT REPLY [Bug 38098] - [patch] allow some xsl-function calls with omitted args

2006-01-05 Thread Andreas L Delmelle
On Jan 5, 2006, at 11:42, gerhard oettl wrote: On Wed, Jan 04, 2006 at 08:37:31PM +0100, Andreas L Delmelle wrote: On Jan 4, 2006, at 20:22, Andreas L Delmelle wrote: To expand, a little remark: try '((TableCell) pInfo.getFO ()).getColumnNumber()' This was the beginning of my illness some

Re: svn commit: r360083 - in /xmlgraphics/fop/trunk: ./ src/java/org/apache/fop/fo/ src/java/org/apache/fop/fo/flow/ test/layoutengine/standard-testcases/

2006-01-05 Thread Andreas L Delmelle
On Jan 5, 2006, at 18:48, Andreas L Delmelle wrote: snip / To summarize this thread (it has taken long enough :-)) I thought it over a bit more, and what I'm currently working on (and will most likely finish during the weekend) is the following: 1) Basically keep the algorithm the way I

Re: [patch] allow some xsl-function calls with omitted args

2006-01-05 Thread Simon Pepping
On Thu, Jan 05, 2006 at 07:57:07PM +0100, Andreas L Delmelle wrote: On Jan 5, 2006, at 11:42, gerhard oettl wrote: Have you tried putting the properties in reverse-order: fo:table-cell column-number=3 display-align=from-table-column() If that works, then it's a combination of a) and b),

Re: [patch] force-page-count property implementation

2006-01-05 Thread Simon Pepping
On Thu, Jan 05, 2006 at 12:19:26PM +0100, gerhard oettl wrote: It would be good if you could turn it into a test file for the layoutengine tests, which highlights all relevant combinations of force-page-count and initial-page-number. Otherwise I will do it. If have idea how which xslt