Re: Column in a block

2002-12-05 Thread Chris Bowditch
Hi all I know that it's possible work with columns on FO using the property on tag Region-Body. I need to use column on a Block...any idea how could i do? Use a fo:table _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.

Re: Problem with Fop and Log4j

2002-12-05 Thread Jeremias Maerki
Looks ok to me. You don't get any error messages, do you? Have you checked that your category is configured properly, i.e. you get output when you manually log something using your cat variable just before setting the logger? Maybe you also have to set the logger for MessageHandler:

Re: xml string input to XSLTInputHandler?

2002-12-05 Thread Jeremias Maerki
This is an extract from the tutorial I'm currently writing. It's not using XSLTInputHandler but JAXP (javax.xml.transform...) to do the XSL transformation. I've modified it slightly so you can use a String as input. File xslt; File pdf; String xml; //Construct

Re: how can I get the double border work?

2002-12-05 Thread J.Pietschmann
dongjiang tang wrote: Thank you! Any work round? any patch? Work around: create table cells where you want the double border to occur and fill it with appropriate graphic. For example for a one row, two column table fo:table fo:table-column column-width=5cm/ fo:table-column

Suppressing console-output

2002-12-05 Thread M.Weiss
Hi everybody, does anyone know, how I may suppress the console-output, written during the rendering-process in fop. Lines like: -- using SAX parser org.apache.xerces.parsers.SAXParser building formatting object tree setting up fonts [1] Parsing of document complete, stopping renderer Initial

RE: xml string input to XSLTInputHandler?

2002-12-05 Thread Ciot, Thierry
Thanks. That's what I needed to get started. Just in case someone else wants to try this, below you'll find the import statements I added to the program: import javax.xml.transform.sax.SAXResult; import javax.xml.transform.TransformerFactory; import javax.xml.transform.Transformer; import

table-header or alter

2002-12-05 Thread ANIL B G
Hi, Iam new to fo. Iam refering this site for fo tabgs and examples. http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html when iam trying to use the table-header, it says not supported. could u please someone pass me the example of fo file having table with table-header or alternative to

Re: table-header or alter

2002-12-05 Thread J.Pietschmann
ANIL B G wrote: Hi, Iam new to fo. Iam refering this site for fo tabgs and examples. http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html when iam trying to use the table-header, it says not supported. could u please someone pass me the example of fo file having table with table-header or