I'm getting some strange results when creating a list item using XEP 2.21, and thinking there may be some property I can use to correct the problem. Only I...
302
John E. Simpson
simpson@...
Apr 1, 2001 6:29 pm
Comparing the result I just reported to the list a few minutes ago, with the result I'd gotten on the previous version of the XSLT stylesheet (which didn't...
303
G. Ken Holman
gkholman@...
Apr 2, 2001 11:48 am
... Yes, I've seen this as well and I figured it out from the spec. You'll see that for fo:list-item (6.8.3) the initial property for relative-align= (7.12.6)...
304
John E. Simpson
simpson@...
Apr 2, 2001 1:03 pm
... Thanks, Ken! ... At the day job now, so I can't test it; but does this say that even if I set the fo:list-item's relative-align to "baseline" the thing...
305
G. Ken Holman
gkholman@...
Apr 2, 2001 1:48 pm
... For now, but the XEP folks have been very helpful and supportive and they are anxious to hear from us users as to what we think is priority and what isn't....
306
Nikolai Grigoriev
grig@...
Apr 2, 2001 3:42 pm
John, I have formatted your fragment with the eval version of XEP 2.21, and I cannot reproduce the problem. Could you please send me a full FO file, so that I...
307
sg_goli@...
Apr 2, 2001 6:44 pm
I am using XML XSL:FO combination to generate a PDF. I just started using the FOP 0.16 and since then for any error in XSL i just get the 'FATAL ERROR:NULL"...
308
schmitz_joerg@...
Apr 2, 2001 10:51 pm
Hello, I hope someone here can help me creating a list. It should be not more than a basic "list-example". This is how it should look like: 1 Dies ist...
309
AndrewWatt2001@...
Apr 3, 2001 6:51 am
In a message dated 02/04/01 23:58:32 GMT Daylight Time, ... Joerg, Here is a working version of your XSL stylesheet. You had double-used the <fo:list-block>...
310
appiah kofi
zinky7@...
Apr 3, 2001 12:10 pm
How do I get one table over more than a page.??? In other words, I want to have a that stretches over series of pages, whilst holding the same headers. ...
311
wzhou@...
Apr 4, 2001 7:31 pm
I want to create a form so that no matter the data is one line or ten lines, the block occupies, say 2in in height. I tried <fo:block height="2in"> and it...
312
G. Ken Holman
gkholman@...
Apr 4, 2001 10:26 pm
... That's because height= isn't an attibute of <block>. It is an attribute of <block-container>, which itself contains blocks. I hope the example below...
313
bryan
bry@...
Apr 5, 2001 7:30 am
... From: wzhou@... [mailto:wzhou@...] Sent: 4. april 2001 21:31 To: XSL-FO@yahoogroups.com Subject: [XSL-FO] How to get fixed height for a fo:block or...
314
John E. Simpson
simpson@...
Apr 7, 2001 4:48 pm
I know that Xep 2.21 supports only "before" floats. However, I have not been able to get even them to work. As an example, here's an XSL-FO document whose one...
315
MURAKAMI Shinyu
murakami@...
Apr 10, 2001 8:23 am
Hi, Antenna House XSL Formatter V1.1E is now available: http://www.antennahouse.com/xslformatter.v1.1.html This is not a big update bat many bugs are fixed,...
316
MURAKAMI Shinyu
murakami@...
Apr 10, 2001 4:16 pm
... I made a mistake. The above URL was wrong. The correct URL of Antenna House XSL Formatter homepage is: http://www.antennahouse.com/xslformatter.html ...
317
Joshua Kimmel
kimmel@...
Apr 10, 2001 6:36 pm
Hi all, Doing some development work requiring page numbers and line numbers. I figured out how to do page numbers fine, but I was wondering if there was any...
318
John E. Simpson
simpson@...
Apr 10, 2001 7:02 pm
... Not as far as I know... If I were tackling the problem I'd proably use xsl:number to generate the line numbers in the XSLT stylesheet, rather than fussing...
319
John E. Simpson
simpson@...
Apr 10, 2001 9:33 pm
[Re-send of a message from 3 days ago -- not sure if it didn't make it to the board, or if the answer to the question is either "huh?" or "don't know." In the...
320
David Tolpin
dvd@...
Apr 10, 2001 9:37 pm
There is a bug in the current evaluation version of XEP that causes a float placed on the last page to disappear. The bug is fixed in the internally available...
321
John E. Simpson
simpson@...
Apr 10, 2001 9:47 pm
Thanks, David! ... [snip] ================================================================ John E. Simpson | "I had a friend who was a clown. When ...
322
John E. Simpson
simpson@...
Apr 13, 2001 7:17 pm
Just out of curiosity, can anyone suggest a practical application for the abs() function as defined by section 5.10.1 of the CR? I can certainly see that the...
323
bglines67@...
Apr 18, 2001 6:23 pm
Has anyone ever generated any runtime (performance) metrics for the Apache FO Compiler v0.18? I had read somethere that it could be a resource hog. ...
324
appiah kofi
zinky7@...
Apr 18, 2001 9:00 pm
<P> <BR>can anyone tell me how to position graphics or images in XEP?? <P>thanks <P>a appiah</P> __________________________________________________ Do You...
325
Nikolai Grigoriev
grig@...
Apr 18, 2001 11:09 pm
... XEP does not invent anything about image position: we just implement what is written in the XSL specification. Images are inline elements: they can be...
326
Dave Hartnoll
themainman@...
Apr 19, 2001 8:11 am
I can't answer your specific question about a practical application for abs() because I haven't used XSL-FO yet, but I can offer this: abs() is often used to...
327
John E. Simpson
simpson@...
Apr 19, 2001 2:01 pm
... Thanks for the reply, Dave. I'd taken the list's silence for assent. :) That's a good point, too -- about using abs() to express not the absolute value of...
328
appiah kofi
zinky7@...
Apr 19, 2001 2:05 pm
Thank you so much Mr Grigoriev for your help. What I really intend to is to find out, 1. how to place an image /graphic at a particular position on a page 2. I...
329
Nikolai Grigoriev
grig@...
Apr 19, 2001 9:34 pm
Dear Mr. Kofi, ... This requires absolutely positioned block containers: <fo:block-container absolute-position="fixed" left="X1" right="X2" top="Y1"...
330
appiah kofi
zinky7@...
Apr 20, 2001 3:10 pm
Hello, How can I format my pages in such a way that headers could have a varying character instead of a static charcter? So titles should autmatically appear...