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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6241 - 6271 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6241
Hi all, I am getting problem in drawing straight line in xsl-fo. I want to draw a line from points (25,50) to (50,50). For that purpose, I have written the...
Umer Rashid
umer_rashid
Offline Send Email
Mar 1, 2005
1:27 pm
6242
It works! Thanks for the tip! ... From: joeyjoejo1200 [mailto:joeykessler@...] Sent: February 28, 2005 3:05 PM To: XSL-FO@yahoogroups.com Subject:...
Fournier,Danny [NCR]
danthedealer
Offline Send Email
Mar 1, 2005
1:53 pm
6243
Okay, I am using Apache FOP 0.20.5 and the inputs are: Unit name 1: <text input here> Unit name 2: <text input here> Unit name 3: <text input here> Unit name...
ix_ix2002
Offline Send Email
Mar 3, 2005
5:59 am
6244
Hello, I am using XSLFormatter Version 3.2 and I am getting a problem in displaying newline. I call a template to display a string in PDF file. ...
Umer Rashid
umer_rashid
Offline Send Email
Mar 3, 2005
2:11 pm
6245
Please read the document. [Non-text portions of this message have been removed]...
jirka@...
Send Email
Mar 4, 2005
2:24 am
6246
Just wondering, is it possible to create multiple .FO files and have them combined into one PDF using FOP? Dan [Non-text portions of this message have been...
Fournier,Danny [NCR]
danthedealer
Offline Send Email
Mar 4, 2005
8:11 pm
6247
Yes. We're creating one PDF from many, many .FO files as Freemarker templates. We use include statements. Another guy in my department designed it, but I'll...
Robert Riggins
rigtenzin
Offline Send Email
Mar 4, 2005
9:53 pm
6248
... Wouldn't entities or xinclude be more normal for this kind of application? regards DaveP...
Dave Pawson
dpawson2000
Offline Send Email
Mar 5, 2005
10:47 am
6249
You couldn't pass file1.fo, file2.fo, file3.fo as parameters and only generate one PDF from them? The goal is to simply combine various files into one PDF....
Fournier,Danny [NCR]
danthedealer
Offline Send Email
Mar 7, 2005
12:38 pm
6250
Dear Umer Rashid, Thank you for using XSL Formatter. XSL Formatter can control a line break by linefeed-treatment. e.g. <fo:block linefeed-treatment="preserve"...
Tsuyoshi Shirotori
shrtrtsysh
Offline Send Email
Mar 8, 2005
4:43 am
6251
Hi, I am using Apache FOP to do the PDF generation from FO files. As the title suggests, how can I restrict content to one PDF page? Say, I got some content...
ix_ix2002
Offline Send Email
Mar 9, 2005
7:43 am
6252
My original response wasn't clear. The include statements are Freemarker code. Each file that goes into the PDF has different margins and formatting. The...
Robert Riggins
rigtenzin
Offline Send Email
Mar 9, 2005
1:39 pm
6253
I have the following messages: [INFO] area contents overflows area in line A [WARNING] Sum of fixed column widths 116219 greater than maximum specified IPD...
Fournier,Danny [NCR]
danthedealer
Offline Send Email
Mar 9, 2005
7:30 pm
6254
You have tables smaller that the total column widths. HTH CB Le 9/03/05 20:29, « Fournier,Danny [NCR] » <Danny.Fournier@...> a...
Christian Brugeron
brugeron2002
Offline Send Email
Mar 9, 2005
9:30 pm
6255
Hi, I'm trying to get XSL:FO to highlight missing information in my PDF output. I create 'glossary' entries which I then pick up and use elsewhere in the...
Nicola Harlow
dragoncitycouk
Offline Send Email
Mar 11, 2005
11:40 am
6257
Rob, looking at your document, you appear to be an *excellent* candidate to switch to Docbook XML. You don't have to bother with printing "Step 1.1.1", etc., ...
Glen Mazza
grm7793
Offline Send Email
Mar 11, 2005
6:46 pm
6258
... Try something like <xsl:template match="glossarytt"> <xsl:variable name="items" select="key('glossaryitems-by-name', @name)"/> <xsl:choose> <xsl:when...
J.Pietschmann
j3322ptm
Offline Send Email
Mar 11, 2005
8:22 pm
6259
"Searching the PDf for "glossarytt" will help you finding the problematic cases." Thanks for the suggestion, but if the XSL can't find the correct glossary...
Nicola Harlow
dragoncitycouk
Offline Send Email
Mar 14, 2005
9:23 am
6260
Hi, I'm trying to find broken glossary items in my XML documents. Basically the XSL encounters a tag called glossaryytt, goes off to the glossary and recovers...
Nicola Harlow
dragoncitycouk
Offline Send Email
Mar 14, 2005
4:43 pm
6261
Increasingly over the last several months it has been difficult to find time to approve applications for membership. So, I would like to find a co-moderator...
andrewwatt2001
Offline Send Email
Mar 16, 2005
7:29 pm
6262
This can be read by those non-members who visit the group's Web site at http://groups.yahoo.com/group/XSL-FO/. Applications for membership have to be approved...
andrewwatt2001
Offline Send Email
Mar 16, 2005
7:34 pm
6263
If it is not more then several minutes a day its OK with me. Best Regards Luz Erez Email: Luz@... Web: www.ErezSoft.com Phone +972-545661331 ... From:...
luzerez
Offline Send Email
Mar 16, 2005
8:27 pm
6264
... From: XSL-FO Moderator [mailto:XSL-FO-owner@yahoogroups.com] Sent: Wednesday, 16 March 2005 11:17 To: balakrishnan@... Subject: Welcome to XSL-FO ...
BalaKrishnan
r_bala2k
Offline Send Email
Mar 17, 2005
5:44 am
6265
Hi! I have a requirement where there is XML data that needs to be transformed and then do a FO to render a PDF file. This XML data can have varying data. My...
cbireddy
Offline Send Email
Mar 17, 2005
4:08 pm
6266
Hi, I begin with XSL-FO and I have to do a very hard things. My idea is that : I wan't to have one table separate in two on the same line Like this: Num...
virgul4u
Offline Send Email
Mar 22, 2005
7:51 am
6267
... Have you considered using a two column layout? I suggest you create a two column flow, and place a 3 column table inside the flow. When the table splits ...
Chris Bowditch
bowditch_chris@...
Send Email
Mar 22, 2005
8:52 am
6268
What the heck is this? I think you have my email by mistake. Ralene Coble Coordinator II Residency/Fellowship Programs Department of Radiology (409) 747-2849 ...
Coble, Ralene
rcoble@...
Send Email
Mar 22, 2005
2:09 pm
6269
Hi, Does anyone have an example of a form in XSL:FO? I want to provide the full monty including drop-down lists etc. At the moment I can only get the users to...
Nicola Harlow
dragoncitycouk
Offline Send Email
Mar 22, 2005
2:13 pm
6270
... XSL-FO does not have any support for forms nor would it be likely to, as forms are both outside the scope of FO (which only addresses visual rendering of...
Eliot Kimber
drmacro
Online Now Send Email
Mar 22, 2005
3:33 pm
6271
Thanks, knowing you CAN'T do something is just as useful as knowing how to do something :) Nicola Nicola Harlow Technical Author The Program Management Group...
Nicola Harlow
dragoncitycouk
Offline Send Email
Mar 22, 2005
3:38 pm
Messages 6241 - 6271 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