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 your group to be featured on the Yahoo! Groups website? 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 4886 - 4915 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4886
Hello, I encountered an endless loop problem in the "format" method in PageSequence.java. There is a do-while statement in that method which always sets the...
Mark Ivs
markivs2003
Offline Send Email
Feb 3, 2004
4:40 pm
4887
With the two files you can see at the bottom of this mail, when I try to generate the pdf file, my program fails, and the only thing I get is an endless...
Raúl Herranz Serr...
herranzr
Offline Send Email
Feb 4, 2004
9:05 am
4888
... Your question is very specific to FOP, and would be better suited to the fop-user list. ... To find a solution, you need to look at exactly what causes...
Chris Bowditch
bowditch_chris@...
Send Email
Feb 4, 2004
9:56 am
4889
Hi, ... Solution 1: Use another formatter. FOP is not OK for complex stylesheets. Solution 2: Rewrite your stylesheet to be FOP conformant. Idea: the reason of...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Feb 4, 2004
10:04 am
4890
... It would have been helpful if you could have provided the FO, by transforming the XML and XSL files, which I did locally and found that you have defined a...
Chris Bowditch
bowditch_chris@...
Send Email
Feb 4, 2004
10:06 am
4891
Hi, Can anyone tell me how it's possible to change the value of an xsl:variable using numbers? ex. <xsl:variable name="test"> <xsl:value-of select="1" /> ...
laermans_k
Offline Send Email
Feb 4, 2004
10:47 am
4892
... the xsl:variable tag is poorly named, because it is really a constant. Once defined its value cannot be modified. There are usually alternatives to achieve...
Chris Bowditch
bowditch_chris@...
Send Email
Feb 4, 2004
11:16 am
4893
The problem is that the XML file is generated 'on the fly' by the users of the application. They can choose between different objects of the database to...
Raúl Herranz Serrano
herranzr
Offline Send Email
Feb 4, 2004
11:36 am
4894
... Solution 1: page-width = "indefinite". Not sure if FOP supports this attribute. Solution 2: get starting 5 (or 10) columns from XML in your XSL and ignore...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Feb 4, 2004
12:25 pm
4895
... or even better with the XML file that I have sent before... how can I do to transform it in a way that in each page I will only show some number or...
Raúl Herranz Serrano
herranzr
Offline Send Email
Feb 4, 2004
1:28 pm
4896
... AFAIK XSL-FO does not support this electronic worksheet processors specific feature. Just an idea: if you use fixed table layout you know exact columns...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Feb 4, 2004
1:55 pm
4897
... Careful Chris ... :{)} When I dared to say this years ago (I've just tried to find it in the archives and I cannot, I would have loved to find the quote...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 4, 2004
2:55 pm
4898
Thank you very much!! the solution 4 is, at the present moment, the one I choose :) (I hope the client will be agree with that solution ;) ) Thanks! Thanks!...
Raúl Herranz Serr...
herranzr
Offline Send Email
Feb 4, 2004
3:05 pm
4899
... Thanks Ken. I suppose in a strict mathematics sense the name is valid. But we are working in a computing environment, and xsl:variable is not a variable in...
Chris Bowditch
bowditch_chris@...
Send Email
Feb 5, 2004
8:41 am
4900
I am an IT project manager for a large UK newspaper publisher. I am investigating the possibility of building a content-sharing system for our 250+ titles to...
icastleton105
Offline Send Email
Feb 5, 2004
11:53 am
4901
You may want to look into XML Toolworks by Media Entities: http://www.mediaentities.com/ It claims to do what you need it to do. HTH, RG ... From:...
Ryan Graham
gsxrryan2003
Offline Send Email
Feb 5, 2004
5:48 pm
4902
Call me cynical, but XML and UK publishers seem about 15 years out of synch? If you want to go the xml route, its doable, but expect the 'huh' response from...
Dave Pawson
dpawson2000
Offline Send Email
Feb 5, 2004
6:31 pm
4903
... Unless the layouts for your articles are simpler than most, it is likely that XSL-FO 1.0 cannot meet your requirements. If you are trying to use FO to...
Eliot Kimber
drmacro
Online Now Send Email
Feb 5, 2004
7:06 pm
4904
In our manuals, a chapter always ends on an even page. So I have the page-sequence defined to insert a blank page when the chapter content ends on an odd page...
Gina Cicotello
ginacico
Offline Send Email
Feb 5, 2004
8:11 pm
4905
... You can't do the "(76 blank)" bit because you cannot calculate using page numbers. ... I've just tried using a combination of page-position="last" and ...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 5, 2004
10:49 pm
4906
Inventive Designers is pleased to announce the availability of the Scriptura Performance Whitepaper. It talks about the performance of the Scriptura Engine and...
Klaas_Bals@...
klaasbals
Offline Send Email
Feb 9, 2004
7:46 am
4907
... likely ... to use ... that ... of ... Thanks for your feedback. The type of articles we are intending to reuse this way do in general have a fairly simple...
icastleton105
Offline Send Email
Feb 9, 2004
12:25 pm
4908
... I was only refering to the formatting/editing component of UltraXML. I have no opinion on their content management features having neither used nor...
Eliot Kimber
drmacro
Online Now Send Email
Feb 9, 2004
1:51 pm
4909
I need to add a line to the bottom of a page. I'm not talking about the footer, I mean the bottom of the xsl-region-body. I have some pages that have text at...
Jason
jcn37203
Offline Send Email
Feb 9, 2004
9:03 pm
4910
... You can do this with fo:footnote. If you're not creating a real footnote, then just use an empty fo:inline for anchor. You can also do it with...
Eliot Kimber
drmacro
Online Now Send Email
Feb 9, 2004
9:39 pm
4911
See, I tried that block-container thing, as it seems like the least-hacked way to do it and FOP gives me the error message "[ERROR] ...
Jason
jcn37203
Offline Send Email
Feb 9, 2004
10:15 pm
4912
... Last time I looked an empty <fo:inline/> worked for me. If all else fails, put a zero width space into the fo:inline. J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Feb 9, 2004
10:32 pm
4913
************************************************************************** Note: This e-mail is subject to the disclaimer contained at the bottom of this...
armin.keyvanloo@...
ArminRox
Offline Send Email
Feb 10, 2004
12:29 am
4914
Hi All, I am investigating the use of various technologies to help us with our document generation requirements (low volume/high complexity and high volume/low...
CRANSTON, Dalton
dalton_cranston
Offline Send Email
Feb 10, 2004
12:53 am
4915
... That would be "for pre-existing proprietary templates" which, by definition, would make them difficult animals to find since they'd be the domain of...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 10, 2004
2:05 am
Messages 4886 - 4915 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