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 4373 - 4406 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4373
For the non print house aware amongst us, Any chance of a very quick thumbnail of what goes on with this pre-flight idea please? I won't ask where the silly...
Dave Pawson
dpawson2000
Offline Send Email
Nov 1, 2003
8:47 am
4374
hi, I have the follwoing XML fragment <QuoteShipmentVO> <QuoteShipmentVORow> <QuoteHeaderId>4732</QuoteHeaderId> </QuoteShipmentVORow> </QuoteShipmentVO> and...
aananth s
aananth_s
Offline Send Email
Nov 1, 2003
1:31 pm
4375
hi, I have the follwoing XML fragment <QuoteShipmentVO> <QuoteShipmentVORow> <QuoteHeaderId>4732</QuoteHeaderId> </QuoteShipmentVORow> </QuoteShipmentVO> and...
aananth s
aananth_s
Offline Send Email
Nov 1, 2003
1:32 pm
4376
If the tags are not present then your first test is false (the tags - because they are not present - do not have a value of 'empty-text'). If you want to check...
Mike Trotman
mike.trotman@...
Send Email
Nov 1, 2003
4:47 pm
4379
Unfortunately, with two pieces of spam to the list in 24 hours I feel it is better to put joining of the list on moderator approval of all applications for new...
andrewwatt2001
Offline Send Email
Nov 2, 2003
9:15 am
4382
If that's what it take to stop the inhabitants of "Night of the Brain Dead" ... then so be it. Thanks....Hugh W. Hugh Chatfield I.S.P. CyberSpace Industries...
W. Hugh Chatfield I....
hchatfield2000
Offline Send Email
Nov 2, 2003
4:19 pm
4383
Hi, I have a table with 2 columns(40% and 60%). In a row, if the text in the left column dosent fit within the width, then the text wraps but the right columns...
aananth_s
Offline Send Email
Nov 2, 2003
4:56 pm
4384
I can't picture what you are describing. (unless it is behaviour associated with 'empty-cells' - e.g. FOP does not support empty-cells behaviour yet) Can you...
Mike Trotman
mike.trotman@...
Send Email
Nov 2, 2003
5:04 pm
4385
... "preflight" is a general term of art refering to any processing or preparation need to make the files you deliver to the print house ready for printing....
W. Eliot Kimber
drmacro
Online Now Send Email
Nov 3, 2003
6:56 am
4386
I've modified your stylesheet to get xsl-fo ... See in attached what the most of the formatters got from your file. Regards, Victor Vishnyakov ... From:...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Nov 3, 2003
8:59 am
4387
Hi I have created an application using cocoon to generate PDF that works fine when used with Acrobat 5x. However, when a client having Adobe Acrobat ver.6...
abhaya_r
Offline Send Email
Nov 3, 2003
1:57 pm
4388
depends on what you mean.. do you want to do: XML + XSL = PDF (in which case you use the apache FOP processor) or XML + XSL = FOP (in which case you use any...
gjlloyd
Offline Send Email
Nov 3, 2003
2:23 pm
4389
ops, i mean XML + XSL = FO, not FOP. G...
gjlloyd
Offline Send Email
Nov 3, 2003
2:24 pm
4390
... It is difficult to help you without knowing what the error is. Chris _________________________________________________________________ Sign-up for a FREE...
Chris Bowditch
bowditch_chris@...
Send Email
Nov 3, 2003
2:28 pm
4391
I very well agree with Andrew. That would be very good thing to do ... ... the list on moderator approval of all applications > for new membership. Without...
Ganesh Rajadhyaksha
ganeshr_r1
Offline Send Email
Nov 3, 2003
4:13 pm
4392
Is there a way to have FOP display the text that was currently being processed when an [ERROR] null occurs? I have a one-megabyte .fo file (produced from the...
J. David Eisenberg
jdeisenberg
Offline Send Email
Nov 3, 2003
5:19 pm
4393
At 06:56 03/11/2003, you wrote: Thanks Eliot. More for the reading list :-) regards DaveP...
Dave Pawson
dpawson2000
Offline Send Email
Nov 3, 2003
5:50 pm
4394
if you want, send the file to me. i will load in into my fo- tool and if your lucky, it tells me, where the problem is. regards ... From: "J. David Eisenberg"...
Christian Duschl
christianduschl
Offline Send Email
Nov 3, 2003
6:20 pm
4395
... You can tell FOP to output debug level messages by specifying the -d switch at the command line. This will usually result in a java stack trace begin ...
Chris Bowditch
bowditch_chris@...
Send Email
Nov 4, 2003
8:52 am
4396
Hi, I received following (snip) xml-file: <data> <elem1>1</elem1> <test>t</test> <kid xmlns="http://www.mysite.com/administration"> < ... some other elements...
Laurent
ld_orange13
Offline Send Email
Nov 4, 2003
2:06 pm
4397
... Declare this namespace on your stylesheet element, e.g. <xsl:stylesheet xmlns:admin="http://www.mysite.com/administration" ... <snip/> ... change this to ...
Chris Bowditch
bowditch_chris@...
Send Email
Nov 4, 2003
2:35 pm
4398
Hi Chris, Thanks a lot for the help; it works fine now! Btw. was this some 'basic' stuff about namespaces ??? Did not know about it ... Regards, Laurent. ... ...
Laurent
ld_orange13
Offline Send Email
Nov 4, 2003
2:46 pm
4399
I have been unable to find an example of removing word spaces at the beginning of a string and converting the interior word spaces in the strings to hyphens. ...
tinacalla
Offline Send Email
Nov 4, 2003
4:06 pm
4400
... Yes it is. When you have unprefixed namespaces in your source XML, you need to define them with a prefix in your stylesheet for them to be recognized by ...
Ryan Graham
gsxrryan2003
Offline Send Email
Nov 4, 2003
4:39 pm
4401
... Try this: First declare these as global variables at the top of your stylesheet: <xsl:variable name="space"><xsl:text> </xsl:text></xsl:variable> ...
Ryan Graham
gsxrryan2003
Offline Send Email
Nov 4, 2003
6:50 pm
4402
Hi everybody, I am a long-time listener, but a first-time caller. Using fo I created a table that consists of a variable number of rows (I have no control over...
hoenis
Offline Send Email
Nov 4, 2003
8:43 pm
4403
... Try: <fo:table-row keep-together.within-page="always"> I haven't tested this, but in theory it should work. Also note that this is formatter specific. If...
Ryan Graham
gsxrryan2003
Offline Send Email
Nov 4, 2003
9:02 pm
4404
... Try a keep-toghether="true" on the table rows (check spelling/value against the spec or a book). J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Nov 4, 2003
9:03 pm
4405
Thanks for the assistance... Unfortunately I am using the latest version of FOP (fop-0.20.5) and it doesn't appear to support the keep-together attribute... I...
hoenis
Offline Send Email
Nov 4, 2003
9:30 pm
4406
... This works fine in FOP: <fo:table-row keep-together="always"> Cheers, Roland...
Roland Neilands
rneilands@...
Send Email
Nov 4, 2003
9:35 pm
Messages 4373 - 4406 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