tables that end page

2003-11-06 Thread Valeiko, Michael
Hi,   I am running into a problem when I have a table that ends a page. An extra line is printed on a second page.  I've test awt and pdf, and it only happens with awt.  I am using java 1.4.1_02-b06 and fop 0.20.4.  It does not appear to be the same problem discussed in Sept. but has the sam

Re: How to preserve newline?

2003-11-06 Thread Chris Bowditch
From: "Manjush G. Menon" <[EMAIL PROTECTED]> So what i was looking for is an explicit way to say that "I want to preserve space for my node". Hope you got me :-) Whats wrong with setting white-space-collapse="false" ? this is described in the link that Christian sent you. Chris _

Re: How to preserve newline?

2003-11-06 Thread Manjush G. Menon
Thanks Christian, but the requirement i have is like follws: I will create the XML on the fly, from some user input fields. so the character replacement will not hold. also, the same XML is streamed back to the user in HTML. seperate cannot be used as the XML node is mapped in the HTML in one sin

Re: How to preserve newline?

2003-11-06 Thread Christian Geisert
Manjush G. Menon wrote: I have an XML data with several paragraphs with newlines. but the generated PDF doesnt preserve it. How will i do it? http://xml.apache.org/fop/fo.html#fo-preformat or wrap each paragraph in an extra Christian

How to preserve newline?

2003-11-06 Thread Manjush G. Menon
I have an XML data with several paragraphs with newlines. but the generated PDF doesnt preserve it. How will i do it? any help will be of great use. Thanks ~~Manjush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Markers and Extension Functions

2003-11-06 Thread Chris Bowditch
From: "Chris Pratt" <[EMAIL PROTECTED]> How would I call the getStateName function with the marker value as it's parameter? Thanks. You cant. There are two separate processes that occur to transform XML+XSL to PDF. The XSLT stage generates a XSL-FO document from your X