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...
hi, I have the follwoing XML fragment <QuoteShipmentVO> <QuoteShipmentVORow> <QuoteHeaderId>4732</QuoteHeaderId> </QuoteShipmentVORow> </QuoteShipmentVO> and...
hi, I have the follwoing XML fragment <QuoteShipmentVO> <QuoteShipmentVORow> <QuoteHeaderId>4732</QuoteHeaderId> </QuoteShipmentVORow> </QuoteShipmentVO> and...
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@...
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...
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...
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...
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@...
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....
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:...
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...
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...
... It is difficult to help you without knowing what the error is. Chris _________________________________________________________________ Sign-up for a FREE...
Chris Bowditch
bowditch_chris@...
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...
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...
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"...
... 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@...
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...
... 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@...
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. ... ...
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. ...
... 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 ...
... Try this: First declare these as global variables at the top of your stylesheet: <xsl:variable name="space"><xsl:text> </xsl:text></xsl:variable> ...
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...
... 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...
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...