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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1498 - 1527 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1498
I've changed my e-mail address and it doesn't seem to have "taken" on XSL-FO. I'm testing. -- David A. Cobb, Software Engineer, Public Access Advocate "By...
David A. Cobb
superbiskit
Offline Send Email
Feb 1, 2002
6:45 pm
1499
Hi All: I am writing a number of tests for the XSL FO and I am having a hard time coming up with a scenario (at least a relevant scenario), where the ...
Carmelo Montanez
newcobi
Offline Send Email
Feb 1, 2002
7:59 pm
1500
Here are a couple of real-life examples that I'm familiar with (mostly supported by XEP, not so much by FOP): keep-together.within-page="always" : I use this...
Dunning, John
jm_dunning
Offline Send Email
Feb 1, 2002
8:08 pm
1501
Thanks John. Carmelo ... From: Dunning, John To: 'XSL-FO@yahoogroups.com' Sent: Friday, February 01, 2002 3:11 PM Subject: RE: [XSL-FO] Keep with next and...
Carmelo Montanez
newcobi
Offline Send Email
Feb 1, 2002
8:11 pm
1502
HELP! We are currenlty trying to implement XSL-FO in our XSL documents. Unfortunately it seems none of the formatting is working. We get data just now...
unc93_2000
Offline Send Email
Feb 1, 2002
10:10 pm
1503
I'm using a small-caps text in a static-content in the xs-region-before. If I set a text like EaaaE, in the first page it appears as small-caps, but in the...
Raśl Carazo
jn2_5
Offline Send Email
Feb 4, 2002
12:47 pm
1504
Hi All! I am using xsl:fo for generating the output in pdf format. I am facing a problem. When the Information on the last row of the page is more than the...
imjnitin
Offline Send Email
Feb 4, 2002
12:49 pm
1505
... Have you tried using keep-together properties to keep all the information in a given table row or each table cell on the same page? ................ Ken --...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 4, 2002
1:15 pm
1506
I'm using a small-caps text in a static-content in the xs-region-before. If I set a text like EaaaE, in the first page it appears as small-caps, but in the...
Raśl Carazo
jn2_5
Offline Send Email
Feb 4, 2002
2:52 pm
1507
There are a lot of books on XSLT -- well, "a lot" being "at least six" -- and most of them have a chapter or so on XSL-FO. Are there any books which cover...
Kynn Bartlett
kynnbartlett
Online Now Send Email
Feb 4, 2002
4:51 pm
1508
There are at least two books dedicated to XSLFO: - Practical Formatting Using XSLFO by G. Ken Holman, available from ...
Max Dunn
maxdunnspi
Offline Send Email
Feb 4, 2002
5:44 pm
1509
Hi All: The XSL specifications seems to be very forceful as to how areas are to be stacked for "list-item" FO's. It also looks to me that a "list-block" FO...
Carmelo Montanez
newcobi
Offline Send Email
Feb 6, 2002
3:24 pm
1510
Context : i use FOP I create a multipage table in my XSL file and render it OK but at final in my PDF file, there is empty row at juste before the break of...
jean.philippe.boureau...
Send Email
Feb 8, 2002
3:30 pm
1511
Hi! I will appritiate if anybody could spare some time and reply to this query. The XML structure looks like: <List> <reports> <Currency>CA</Currency> ...
Nitin Jain
imjnitin
Offline Send Email
Feb 8, 2002
5:58 pm
1512
... Fine. ... You are approaching the problem incorrectly. Variables in XSLT do not vary ... they are fixed once they are bound. Your philosophy when...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 8, 2002
7:10 pm
1513
Context : i use FOP I create a multipage table in my XSL file and render it OK but at final in my PDF file, there is empty row at juste before the break of...
jean.philippe.boureau...
Send Email
Feb 11, 2002
8:14 am
1514
Sorry if this has been beaten to death; I searched and didn't see it. If one wants a table that looks like a grid (borders all the way around and borders...
m_g_0_1
Offline Send Email
Feb 12, 2002
4:47 am
1515
... 1) <xsl:for-each select="cell"> <!-- border-top-color="red" border-top-width="0.5pt" border-top-style="solid"--> <fo:table-cell padding="2pt" ...
Eric Smith
eric@...
Send Email
Feb 12, 2002
8:21 am
1516
Hi Ken, Thanks for taking time out and explaining the solution in such great detail. I was able to solve the problem. I had one more approach but your's was...
imjnitin
Offline Send Email
Feb 12, 2002
12:33 pm
1517
If you want to apply that same border to all side of a cell(s), you can specify all of the styles in a single attribute: <fo:table-cell border="solid black...
Jeffrey A. Stewart
stew@...
Send Email
Feb 12, 2002
3:04 pm
1518
Hi all, I have trying to dig up any information on layering. In particular we are trying to create a stylesheet that will display the page number in white on...
Jeffrey A. Stewart
stew@...
Send Email
Feb 12, 2002
3:08 pm
1519
... black image or area, or is it possible to display the page number in a block or a > cell with the background black and the foreground white? <fo:block...
Bryan Rasmussen
bry@...
Send Email
Feb 12, 2002
4:32 pm
1520
Did you get any help yet? I'm sorry if this is insulting... I can't tell from your posting what you are expecting to get as the output of your XSLT. XSLFO is...
m_g_0_1
Offline Send Email
Feb 14, 2002
2:52 am
1521
Well, that's what I thought I was getting from reading... . border-* on <table> implies nothing about the internal borders (the ones around the cells). This is...
m_g_0_1
Offline Send Email
Feb 14, 2002
3:04 am
1522
Hello I'm new in XSL-FO and I must make a pdf file whose pages must contain the heading text "Page i of n". fo:page-number gives me the value for i but how can...
Ciprian Stoica
cipris_75
Offline Send Email
Feb 15, 2002
9:44 am
1523
See "http://www.dpawson.co.uk/xsl/sect3/index.html" This will do: <fo:page-number-citation ref-id="endofdoc"/> will produce it, if the last thing in your...
wbichelaer
Offline Send Email
Feb 15, 2002
1:10 pm
1524
Hi all. I'm a web designer (front end: photoshop, dreamweaver, etc) but wanted to go beyond those basic skills. I've done mostly static HTML sites,...
nickvansmack9
Offline Send Email
Feb 16, 2002
2:32 am
1525
Hi Nick, I think it worth it to have a look to a couple of application that I have made to help people to author XML+XSL documents without knowing in great...
Giannetti, Fabio
Fabio_Giannetti@...
Send Email
Feb 16, 2002
10:38 am
1526
Hi there, I would like to send my rendered files directly to a printer with XEP 2.7, but nothing happens when I add - ...
wbichelaer
Offline Send Email
Feb 18, 2002
8:22 am
1527
Hello all This site is really great http://www.dpawson.co.uk/xsl/sect3/index.html Thanks Willem. It solved me a lot of problems. But I still have a problem. I...
Ciprian Stoica
cipris_75
Offline Send Email
Feb 18, 2002
12:35 pm
Messages 1498 - 1527 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