table bug

2001-11-04 Thread David S. Dixon
Greetings, The code below causes fop 0.20.1 to crash. The cause is a missing following the "Moisture Rating" block. -dd http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL/Format";> http://www.w3.org/1999/XSL/Format";>

Re: Line feed in FOP

2001-09-25 Thread David S. Dixon
Linda, If you actually need a linefeed character ( ) try this:              -dd   Linda Zammit wrote:   I am trying to insert a line feed after an element value is displayed in a fo:table-cell. I have tried inserting but that translates into just

Re: FOP support for number-rows-spanned property

2001-09-22 Thread David S. Dixon
o attack this in the > "redesign". > However, just to make sure that there isn't some other wierd reason for > this problem, I'd be happy to look at your .fo file. > > Regards, > Karen > > "David S. Dixon" wrote: > > > > Karen, >

Re: FOP support for number-rows-spanned property

2001-09-21 Thread David S. Dixon
Karen, Was number-rows-spanned support in 0.19.0? I have an .fo file that turns into a .pdf file under 0.19.0 but complains of WARNING: Number of cell columns under table-row not equal to number of table-columns for the two rows corresponding to the spanned rows. Under 0.20.1, fop goes in

CVS error?

2001-09-20 Thread David S. Dixon
Folk, When I do a checkout or update of the cvs repository, it checksout/updates a whole bunch of stuff (ending with xml-fop/src/org/apache/fop/fo/properties), then says: cvs update: cannot find password cvs [update aborted]: use "cvs login" to log in first Wouldn't it say this in the b

Re: OT(?): transcendental functions in XSLT

2001-09-16 Thread David S. Dixon
it's equivalent to sine to 3 terms). Then you find yourself doing if-then ladders for the four quadrants, i.e. sin(pi/2 < x < pi) = sin(pi - x), sin(pi < x < 2pi) = - sin(x - pi), and so on. I haven't thought about how do to this in fop, so this may or may not help. -dd

Re: OT(?): transcendental functions in XSLT

2001-09-16 Thread David S. Dixon
Mark, Well, you could do what most implementations of sine and cosine would do, series expansion: sin(x) = x - x^3/3! + x^5/5! - x^7/7! ... cos(x) = 1 - x^2/2! + x^4/4! - x^6/6! ... I haven't tried it, but if you avoid small angles (not a bad idea with pie charts, anyway) the expansion shouldn

Re: FOP Bug Fixes

2001-09-04 Thread David S. Dixon
"extent" values on the > region-before and region-after FO. The margins on the simple-page-master > object determine the "content-rectangle" within which the region-body > and the 4 side regions must be positioned. > It's a little complicated; try looking at the dia

fop bug fix

2001-09-02 Thread David S. Dixon
Greetings, I submitted a bug fix for FOP some time back and don't recall ever receiving confirmation. How do I find out the status? -dd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTEC