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...
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 ...
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...
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...
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...
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...
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...
... 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 --...
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...
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...
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...
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...
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> ...
... Fine. ... You are approaching the problem incorrectly. Variables in XSLT do not vary ... they are fixed once they are bound. Your philosophy when...
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...
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...
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...
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@...
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@...
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@...
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...
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...
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...
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...
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@...
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 - ...
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...