Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5521 - 5550 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5521
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...
Oosterbaan, Douglas S...
douglasooste...
Offline Send Email
Jun 7, 2004
1:34 pm
5522
... 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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 7, 2004
1:47 pm
5523
Thank you. I'll take a look at those objects. ... someone ... words on ... on a ... desired ... something ... are well...
douglasoosterbaan
douglasooste...
Offline Send Email
Jun 7, 2004
1:54 pm
5524
6.11.3 fo:marker and 6.11.4 fo:retrieve-marker might help you. Regards, Victor Vishnyakov...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Jun 7, 2004
2:09 pm
5525
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...
Greg Gaffney
gregga_2001
Offline Send Email
Jun 8, 2004
5:25 pm
5526
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...
eentenman
Offline Send Email
Jun 9, 2004
6:12 pm
5527
... 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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 9, 2004
6:33 pm
5528
... 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 ...
J.Pietschmann
j3322ptm
Offline Send Email
Jun 9, 2004
6:53 pm
5529
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. ...
Eric Entenman
eentenman
Offline Send Email
Jun 9, 2004
7:04 pm
5530
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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 9, 2004
8:44 pm
5531
... From: "XSL-FO Moderator" <XSL-FO-owner@yahoogroups.com> To: <carlorio_150@...> Sent: Thursday, June 10, 2004 5:19 PM Subject: Welcome to XSL-FO...
Carlos Müller de ...
carlorio_150
Offline Send Email
Jun 10, 2004
5:14 pm
5532
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...
Baiyun Gao
baiyungao
Offline Send Email
Jun 10, 2004
5:55 pm
5533
... Really? 7.15.9 "text-align" Value: start | center | end | justify | inside | outside | left | right ... The <string> in the angle brackets is really meant...
J.Pietschmann
j3322ptm
Offline Send Email
Jun 10, 2004
8:48 pm
5534
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...
Prashant Gupta
prashantgupt...
Offline Send Email
Jun 11, 2004
12:34 pm
5535
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 ...
James Smith
jw_smith_99
Offline Send Email
Jun 11, 2004
4:20 pm
5536
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 ...
James Smith
jw_smith_99
Offline Send Email
Jun 11, 2004
4:21 pm
5537
... 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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 11, 2004
4:30 pm
5538
... 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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 11, 2004
4:35 pm
5539
... You don't give any of your XSLT to give anyone a chance to point out your problem. Repetitive output is often the result of either too many ...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 11, 2004
4:35 pm
5540
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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 11, 2004
5:00 pm
5541
... The DocBook XSLT style sheets provide such an extension for Saxon and Xalan, I think. J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Jun 11, 2004
6:12 pm
5542
... argument. Really? 7.15.9 "text-align" Value: start | center | end | justify | inside | outside | left | right ... The <string> in the angle brackets is...
J.Pietschmann
j3322ptm
Offline Send Email
Jun 11, 2004
6:13 pm
5543
Yes, for Docbook: http://www.sagehill.net/docbookxsl/AnnotateListing.html#LineNumbering ... http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/9rHolB/TM...
Glen Mazza
grm7793
Offline Send Email
Jun 11, 2004
6:30 pm
5544
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@...
Send Email
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...
Prashant Gupta
prashantgupt...
Offline Send Email
Jun 14, 2004
6:09 am
5546
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...
Baiyun Gao
baiyungao
Offline Send Email
Jun 15, 2004
1:27 am
5547
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...
tlange051264
Offline Send Email
Jun 15, 2004
6:42 am
5548
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...
tlange051264
Offline Send Email
Jun 15, 2004
6:46 am
5549
Hi Thorsten, you can define 3 <blocks> within the table-cell. Every <block> contains one word. Martin ... Von: tlange051264 [mailto:tlange@...] Gesendet:...
martin.hofacker@...
martin_hofacker
Offline Send Email
Jun 15, 2004
7:09 am
5550
... 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....
Victor Vishnyakov
victor_vishn...
Offline Send Email
Jun 15, 2004
7:59 am
Messages 5521 - 5550 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help