Hi, I search a way to allign verticaly to blocks with are in different colums of a table. And unfortunately i dont found anny solution could you help me. an fo...
JAMMES ANTOINE
antoine.jammes@...
Sep 1, 2004 1:38 pm
5728
Antoine, The property for the table-cell is "display-align" instead of "vertical-align". Werner. ... -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300...
Werner Donné
werner.donne@...
Sep 1, 2004 1:50 pm
5729
XML Editor V3.2 & XSL Formatter V3.2 Beta Release Information September 2, 2004 Antenna House, Inc. Antenna House is pleased to inform you that our...
How Can I align a table at center horizontally? I don´t know the size of her in design time. _________________________________________________________________...
... To horizontally centre a table, place it inside an outer table like this: <fo:table table-layout="fixed"> <fo:table-column...
Chris Bowditch
bowditch_chris@...
Sep 2, 2004 9:41 am
5732
The most accurate solution is to put the whole table into the inline container. Thus parent block's text-align and text-align-last atrributes with value center...
... The only trouble with this solution is that most Formatters dont yet implement fo:inline-container. Chris...
Chris Bowditch
bowditch_chris@...
Sep 3, 2004 10:08 am
5734
... I realised that I made a couple of mistakes in my sample: width on <fo:table-column> should have been column-width and the middle <fo:table-column> should...
Chris Bowditch
bowditch_chris@...
Sep 3, 2004 10:10 am
5735
Hello, I m trying to write sommething in the margin I have try fo:float but it dont works does anny body can help me ??? Antoine...
JAMMES ANTOINE
antoine.jammes@...
Sep 6, 2004 9:00 am
5736
fo:region-start and fo:region-end in the most cases is exactly what are you looking for. Regards, Victor Vishnyakov...
It is possible to use fo:float to put something in the margin, but only if your XSL-FO processor supports fo:float. FOP does not. Are you using FOP? Bob...
Bob Stayton
bobs@...
Sep 6, 2004 10:54 pm
5738
How about using an fo:block-container with absolute-postion='absolute' to position the margin content to the left of the the containing area like this: ...
Well I dont use FOP (unfortunatly I dont know witch it's because it's an embeded one , in an application I have to use). but the FO procesor I use dont accept...
JAMMES ANTOINE
antoine.jammes@...
Sep 8, 2004 4:08 pm
5740
I'm trying to combine multiple xml files using entities. My result is one page with an empty table of contents. Do I need to combine files separately from...
Norma Yeazell
nyeazell@...
Sep 8, 2004 6:02 pm
5741
Hello All: As part of a larger program, I've written a Java method to take an XML document as a parameter, convert it to PDF (using FOP 0.20.5), and return the...
I think this is an encoding problem. Your code doesn't specify the encoding, neither when reading the input, nor when creating a string with the result. ...
Werner Donné
werner.donne@...
Sep 9, 2004 7:59 am
5743
Hi, This worked for me using Saxon and xsltproc. What XSLT and FO processor are you using? What happens when you copy some of your data into the main xml file...
Bob Stayton
bobs@...
Sep 9, 2004 8:38 am
5744
... ByteArrayOutputStream( ); ... hrXml ) ), outputStream ); ... As far as PDF file is binary in the most cases (ASCII filters are used rarely) you should not...
You are correct; it was an encoding problem. I changed my method to return a byte array instead of a String and everything works beautifully. Thanks to...
I apologize in advance for the newbie question... I'm working on a project to convert XML to regular ASCII text. I'm using FOP 0.20.5, but I seem to be having...
Thanks for the advice earlier, combining the xml is working now, but I can't figure out why my chapter numbering no longer works. When I manually combined the...
Norma Yeazell
nyeazell@...
Sep 9, 2004 6:21 pm
5748
If you have chapters inside the entities, then the reason chapter numbering doesn't work is because your chapters don't exist in the document. They only...
Bob Stayton
bobs@...
Sep 9, 2004 7:00 pm
5749
Some people convert XML to HTML, and then use lynx -dump to capture formatted text. lynx is a character-based web browser, and the -dump option lets you save...
Bob Stayton
bobs@...
Sep 9, 2004 10:48 pm
5750
... As far as I understand you transform XML to XSL-FO to produce ASCII output. Why not transform XML to ASCII text directly. XSL Transformation do not bother...
Kevin, If the position on the page is important, you can produce XSL-FO with a monospace font and use the white-space-treatment property, which gives you some...
Werner Donné
werner.donne@...
Sep 10, 2004 8:02 am
5752
Thanks, Werner, I'll give that a try... I appreciate the response. _____ From: Werner Donné [mailto:werner.donne@...] Sent: Friday, September 10, 2004 3:01...
Bob, Thanks for the response, but it sounds like this is a manual process. Does it involve me opening the html in the browser? If not, that be run in some sort...
It is not a manual process of opening a browser. With the -dump option, the browser does not open. You can use a command like this in a script or Makefile to...
Bob Stayton
bobs@...
Sep 10, 2004 2:56 pm
5755
Thanks, Bob. That just might work a little easier. Kevin _____ From: Bob Stayton [mailto:bobs@...] Sent: Friday, September 10, 2004 9:57 AM To:...
On behalf of my client, a large educational book publishing, I'm looking for companies that are able to use XSL-Fo to provide book composition services. These...