Does anyone know of a way to select data from one region of a page and use it in another region on that same page? For instance, if someone were formatting a...
... This is the common exemplar for <marker> and <retrieve-marker>. ... True, but you can seed the flow with markers that are retrieved as desired into headers...
Lunasil Ltd. is pleased to announce the release of Xinc 1.0. Xinc is a fast, memory efficient XSL-FO processor written in Java. Xinc is quick to install and...
I am trying to figure out a way to align text inside table cells by the decimal point. I have a table that has columns of financial data. Some of the columns...
... I don't know which processors support text-align="<string>", but the ones that I use do not. Below is what the spec says you need ... the first blocks are...
... You can use text-align="'.'" on the tabel cells. Note the inner quotes which is necessary for the FO processor to recognize it as a string. See ...
Thanks for the replies. I tried the text align = "'.'" but the renderer does not support it. Splitting it up into two cells seems like a great workaround. ...
Thanks for commenting on the format of the property. ... I looked where you cited and I see no examples of the use of a string argument. I checked the CSS...
I had a document to create, which need to generate line number for each line, every page will start over from 1. Can somebody give me advise? Thanks for any...
... Really? 7.15.9 "text-align" Value: start | center | end | justify | inside | outside | left | right ... The <string> in the angle brackets is really meant...
I have a problem in XSL FO. I am getting repeated bookmarks. I have in my page-sequence a table with data and then i have image of the data( a tif file). Both...
Greetings, I'm doing research on schema and DTD development, does any one know where I can find more information or white papers concerning this topic? thanks ...
Greetings, I doing research on schema and DTD development, does any one know where I can find more information or white papers concerning this topic? thanks ...
... Mr. Robin Cover is a friend to us all and is our community bibliographer: http://xml.coverpages.org http://xml.coverpages.org/schemas.html I don't know...
... XSL-FO 1.0 does not include this feature, and I did not see it in the proposed 1.1. When I want to number lines of program listings, I use a recursive XSLT...
Please visit our home page cited below for details of two publicly-subscribed XSLT and XSL-FO courses being delivered the week of August 23-27, 2004 in...
... argument. Really? 7.15.9 "text-align" Value: start | center | end | justify | inside | outside | left | right ... The <string> in the angle brackets is...
Clarification: The DocBook line numbering applies only to programlisting and literallayout elements, not to general text. There is no facility in DocBook...
Bob Stayton
bobs@...
Jun 11, 2004 6:38 pm
5545
Hi Ken, Thanks a lot for the reply. The bookmark processing is not happening inside the invoice processing. I am sending you the XSLT . Any suggestions are...
I had a question about force line break because of reproduce some documents, and also need the all lines in the block(Paragraph) are "Justfiy" aligned. All...
Hi, this is really simple. Just initialize the new ConsoleLogger with ConsoleLogger.DISABLED or ERROR or FATAL. Depends on what messages you want to get. The...
Hi, I want to write 3 words in a table-cell, one word UNDER the other. The table-cell is too wide to make the break automatically, there all words stand in one...
Hi Thorsten, you can define 3 <blocks> within the table-cell. Every <block> contains one word. Martin ... Von: tlange051264 [mailto:tlange@...] Gesendet:...
... I know at least tree ways to force line-break: 1. use linefeed-treatment="preserve" attribute for fo:block 2. put each line into the separate fo:block 3....