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 6339 - 6368 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6339
Is there any special way to display newline, space characters, carriage returns in XSL-FO? I'm using XLS Formatter V3.2 and it times the newline characters in...
Umer Rashid
umer_rashid
Offline Send Email
Apr 1, 2005
9:39 am
6340
You should use the following properties to achieve the desired result: 7.15.7. "linefeed-treatment" 7.15.8. "white-space-treatment" 7.15.12....
Victor Vishnyakov
victor_vishn...
Offline Send Email
Apr 1, 2005
10:37 am
6341
... See Victors reply for a real how to. First you need to realise that the XML source document is (most likely) marked up semantically, not using...
Dave Pawson
dpawson2000
Offline Send Email
Apr 2, 2005
9:50 am
6342
I am using XSL Formatter to generate PDF from XML. I am trying to display an image on full length of the page, using the XSL code ... <fo:block-container...
Umer Rashid
umer_rashid
Offline Send Email
Apr 4, 2005
8:40 am
6343
Thank you for using XSL Formatter. fo:external-graphic is treated as an inline object which generates a line area. The default height of line area is 1.2 *...
tokukobayashi2002
tokukobayash...
Offline Send Email
Apr 4, 2005
12:20 pm
6344
Our engineer also pointed that: A graphic is placed on top of a baseline, as a result there remains a space under the baseline. Please specify font-size="0",...
tokukobayashi2002
tokukobayash...
Offline Send Email
Apr 4, 2005
12:27 pm
6345
... Thanks a lot for your kind help. It works now. Regards, Umer...
Umer Rashid
umer_rashid
Offline Send Email
Apr 4, 2005
12:53 pm
6346
Thanks Tokushige Kobayashi for your help! I have one more question for you. What is the default DPI resolution of PDF generated using XSL Formatter? How can I...
Umer Rashid
umer_rashid
Offline Send Email
Apr 4, 2005
12:59 pm
6347
Hi, I use FOP. I need of your knowledge in XSL-FO: Is it possible to define in the XSL-FO that when you print automatically you print in duplex (I'm not sure...
virgul4u
Offline Send Email
Apr 5, 2005
12:02 pm
6348
... Printer-specific commands are outside the scope of FO itself. Either you will use the normal printing interface for your printer or your FO implementation...
Eliot Kimber
drmacro
Online Now Send Email
Apr 5, 2005
12:30 pm
6349
... If you mean you have a printer which can print on both sides of a sheet of paper, and you want to enable this printing mode, then no, this hasn't anything...
J.Pietschmann
j3322ptm
Offline Send Email
Apr 5, 2005
12:36 pm
6350
I am sorry to be late, but I can not understand what you mean by the DPI resolution of PDF. PDF file consists from commands, it is a kind of vector format. DPI...
tokukobayashi2002
tokukobayash...
Offline Send Email
Apr 6, 2005
1:04 am
6351
Thanks for your good answer!!! I have now a way to search ++ Thierry ... (I'm ... mode? ... java.awt.print.PrinterJob ... parameter. ... forums....
virgul4u
Offline Send Email
Apr 6, 2005
5:47 am
6352
Hi, What is this error: Exception in thread "main" java.lang.OutOfMemoryError: Java heap Space Is it my memory or the memory of FOP? Thanks for your answer ++ ...
virgul4u
Offline Send Email
Apr 6, 2005
7:54 am
6353
... This is a FAQ. See the website for a solution: http://xml.apache.org/fop/running.html#memory Chris...
Chris Bowditch
bowditch_chris@...
Send Email
Apr 6, 2005
8:32 am
6354
This is the FOP who ran out of your memory. Possible reasons are: either your stylesheet is not optimized for FOP implementation limits or FOP is not...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Apr 6, 2005
8:55 am
6355
... The amount of memory available to FOP or any Java program is not necessarily connected to amount of memory on the machine. By default a Java program gets ...
Chris Bowditch
bowditch_chris@...
Send Email
Apr 6, 2005
9:55 am
6356
Lunasil Ltd. is pleased to announce the release of Xinc 2.0. New Features include: - Support for auto table layout. This feature causes Xinc to choose the...
Greg Gaffney
gregga_2001
Offline Send Email
Apr 6, 2005
1:51 pm
6357
Thanks for your answer I understand I try to genenrate a 100 page pdf so I understand now With the -Xmx512m that work !!! Thanks Chris Chris Bowditch wrote: ...
virgul4u
Offline Send Email
Apr 6, 2005
3:19 pm
6358
... <snip/> ... There are some tips on how to reduce FOP's memory consumption here: http://xml.apache.org/fop/running.html#memory Chris...
Chris Bowditch
bowditch_chris@...
Send Email
Apr 6, 2005
3:44 pm
6359
Hi, That work it's great! thanks all I have know another probleme I wan't to make this transformation with a webservice .net so I have found a class called...
virgul4u
Offline Send Email
Apr 7, 2005
6:10 am
6360
Long time has passed since the last post on this topic so I hope this is still useful. My Java application does exactly that. It applies different xslt style ...
Maxim
mzeleznak
Offline Send Email
Apr 7, 2005
4:35 pm
6361
Hi, Is there any way to fail a transformation if the XML contains a certain tag? I know you can not have it in the DTD and it would scream at you, but I have a...
Nicola Harlow
dragoncitycouk
Offline Send Email
Apr 8, 2005
9:18 am
6362
Hi, Probably a basic question, but how do you create bookmarks using XSL:FO for PDF? I have a large document that needs navigation, and being able to convert ...
Nicola Harlow
dragoncitycouk
Offline Send Email
Apr 8, 2005
12:47 pm
6363
Nicola, The bookmark issue really is a XSLT engine issue. Some XSL-FO processors have bookmark extensions and some don't. XSL-Formatter = yes ...
Mike Ferrando
mikeferrando
Offline Send Email
Apr 8, 2005
1:35 pm
6364
Thanks Mike, I already have the full version of XEP so I'll see what they say :) Nicola Nicola Harlow Technical Author The Program Management Group plc tel:...
Nicola Harlow
dragoncitycouk
Offline Send Email
Apr 8, 2005
1:37 pm
6365
Since the version 1.1 XSL-FO specification has formatting objects for bookmarks (see http://www.w3.org/TR/xsl11/#d0e14045). And Altsoft Xml2PDF...
Altsoft Xml2PDF
xml2pdf
Offline Send Email
Apr 8, 2005
1:56 pm
6366
Thanks, I should be able to work it out from that :) Nicola Nicola Harlow Technical Author The Program Management Group plc tel: +44 (0) 1937 547 171...
Nicola Harlow
dragoncitycouk
Offline Send Email
Apr 8, 2005
2:24 pm
6367
This template should do it: <xsl:template match="toc_book"> <xsl:message terminate="yes">The toc_book element is not permitted. Exiting. </xsl:message> ...
Bob Stayton
bobs@...
Send Email
Apr 8, 2005
6:34 pm
6368
... Minor bitch. Bookmarks aren't in the rec. So implementor decisions don't really count for much till the next rec. Please ignore vendors sales pitches...
Dave Pawson
dpawson2000
Offline Send Email
Apr 8, 2005
8:13 pm
Messages 6339 - 6368 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