wrong namespace??

2002-05-31 Thread Esteban Gonzalez
Hi J.Pietschmann, You pointed me into the right path! I´m now solved my problems with the parser.. altough now I get a brand new error... javax.xml.transform.TransformerConfigurationException: stylesheet requires attribute: version at

RE: Table and end of page ( region-after )

2002-05-31 Thread Roland Neilands
Stephane, I use the 0.20.3 version but I found from which the problem came. In fact, before each table i have a block-container with a absolute-position equals to auto and the evaluation of the height of the table on the first page doesn't fit with the body's height. Try experimenting with the

Re: Re: Why FOP can not support outputing html?

2002-05-31 Thread cocia
J.Pietschmann: Thanx a lot.I have succeed with try fo2html.xsl by xalan. I will apply it in my project.If have orther problem,I will ask here.:) Cocia Lin. [EMAIL PROTECTED] wrote: Hi, About the XEP fo2html,I have maken a mistake. The map tag file is fo2html.xsl. I have not try

Re: Dynamically creating XML data for XSLT - FOP

2002-05-31 Thread Bertrand Delacretaz
Hi Thorsten, On Friday 31 May 2002 04:30, Thorsten wrote: I have been using FOP both within Cocoon and as a servlet, using static XML (data) and XSL files as input. Now I need to dynamically generate the XML data portion from within the servlet (the XSL file would still be static.) What is

Re: Displaying a table

2002-05-31 Thread Oliver Masutti
hi Is there anything with my XSL-FO below? Thanks a lot for your help, I did spend a lot of time, I'm just out of ideas rigth now... fo:table-columns column-width=6cm / fo:table-columns column-width=16pt / shouldn't it be fo:table-column .../ (without the 's' ?) - ollie

Re: Displaying a table

2002-05-31 Thread Bertrand Delacretaz
Hi Kurt, Did you compare your table construct with the samples from /docs/examples/tables? You can find them under http://xml.apache.org/cvs.html if you didn't download them. fo:table-columns column-width=6cm / Should be table-column I think, no s. fo:table-row color=black

fo:table-cell number-columns-spanned: Is this property working at all?

2002-05-31 Thread Hahn Kurt (CHA)
Are there any limitations to the number-columns-spanned-property? I tried this to fill a 5-columns table with 2 cells, but it doesn't seem to work: xsl:template match=soustitre3 fo:table-row fo:table-cellfo:block xsl:value-of select=./

ClassDefNotFound

2002-05-31 Thread Chris . Brown
* This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. * Dear

Centering a fo:list-block

2002-05-31 Thread Mick Farmer
Dear Fop Users, I have a fo:list-block which I would like centered (i.e. equal left and right margins) on the page. The text-align attribute centers each individual line, but that's not what I want. With CSS, I set both margin-left and margin-right to auto to achieve my objective, but my FOP

Re: ClassDefNotFound

2002-05-31 Thread Jeremias Maerki
I don't have a big idea what's wrong, but Rectangle usually resides in jre/lib/rt.jar in your Java installation. It's a standard J2SE class. Maybe someone else has an idea. I have been using FOP quite succesfully over the last few months and have recently migrated in to a new Server.

Re: wrong namespace??

2002-05-31 Thread Ralf Steppacher
So looking at what you just said this xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; should be right.. Yes. But i´m still getting the same error.. any ideas? No, sorry. Perhaps someone else? Could you post your stylesheet?

Re: wrong namespace??

2002-05-31 Thread Esteban Gonzalez
This is the error javax.xml.transform.TransformerConfigurationException: stylesheet requires attribute: version at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(Transformer FactoryImpl.java:650) at com.icard.handlers.PDFManager.execute(Unknown Source) at

Re: Dynamically creating XML data for XSLT - FOP

2002-05-31 Thread Esteban Gonzalez
Well... that´s what i do inside my app... I use xerces to dinamicallly create the XML with some DB data.. then I dinamically generate the XSLT ( strange requirements from the client ), and I do the transformation with fop... I haven´t been able to get it working yet

Re: wrong namespace??

2002-05-31 Thread Ralf Steppacher
I´ve copied your xsl and tried doing a transformation... unfortunately i´m still getting the same error... Have you tried to do the transformation on the command line? How does the code you use look like? Ralf

Re: underlining text

2002-05-31 Thread J.Pietschmann
Jeremias Maerki wrote: Try rendering your document using the PDF renderer and check if the white-space gets underlined. I would guess so. Which is, unfortunately, wrong. In the following FO fo:blocka fo:inline text-decoration= underline b c /fo:inline d/fo:block The spaces just before b and

Re: Problem with FOP outline extension

2002-05-31 Thread J.Pietschmann
Bruno Rondepierre wrote: I tried to used FOP outline extension while generating pdf. When I proceed in to steps: 1) I used an XSLT parser to generate xslfo's file from xml and xslt files, 2) I generate the PDF file from this xslfo file, It works fine. When I tried to generate PDF file directly

Re: Centering a fo:list-block

2002-05-31 Thread J.Pietschmann
Mick Farmer wrote: I have a fo:list-block which I would like centered (i.e. equal left and right margins) on the page. The text-align attribute centers each individual line, but that's not what I want. The more obvious solutions (fo:inline-container et al.) do not yet work with FOP. There is