Skip to search.
XSL-FO · discussion of XSL Formatting Objects

Group Information

  • Members: 893
  • Founded: Jan 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 459 - 488 of 7447   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
459 Ginger Young
gingery@... Send Email
Jul 3, 2001
8:39 pm
I have a customer who wants to have verbatim. This verbatim is like HTML's <pre> </pre> tags. Meaning that lines are displayed exactly as they are typed in,...
460 G. Ken Holman
gkholman@... Send Email
Jul 4, 2001
5:39 pm
... Typically this requires a monospaced font such as font-family="Courier". ... white-space-collapse="false" ... linefeed-treatment="preserve" I hope this...
461 f d
dalyfg@... Send Email
Jul 5, 2001
9:00 am
Hi Is is possible to create dynamic header content, i.e. based on a value in an XML file? thanks in advance frank ...
462 Bryan Rasmussen
bry@... Send Email
Jul 5, 2001
11:49 am
do you mean you want the text in the header dynamic, as in the page number followed by a concatenation of the xml filename and some sort of welcome text? or do...
463 jean-paul.verdu@... Send Email Jul 5, 2001
12:27 pm
Hi, can anybody explain us the way we can include image (BMP, JPG, GIF) in PDF generated with FO ? We try to do this but the image does not appear in the ...
464 G. Ken Holman
gkholman@... Send Email
Jul 5, 2001
12:34 pm
... If you mean a facility exemplified by "dictionary heads" (i.e. static content with dynamic components resolved at formatting time), then yes it is indeed...
465 Hoang Nam
nng_adm@... Send Email
Jul 5, 2001
3:04 pm
Salut, Tu devrais utiliser l'objet external-graphic. Et si l'image est dans l'en-tête ou le pied-page , assures-toi que la valeur "extent" est suffisement...
466 eohannes@... Send Email Jul 6, 2001
5:55 pm
Hi, I am new to XSL-FO.. I am trying to use a table with a footer where the footer and the last row on the table should always be printed together. I tryed...
467 Falk
falk.maechtig@... Send Email
Jul 9, 2001
7:53 am
Hello everybody, i'm using FOP0.17 At the moment i use <fo:page-number to number the pages. Now i got an XSL-FO Document, which contains several FO-Blocks....
468 f d
dalyfg@... Send Email
Jul 10, 2001
10:11 am
I want to put the value of an xml element in an xml file into the header. I have seen most examples which include a header include the header within a static...
469 AndrewWatt2001@... Send Email Jul 10, 2001
12:15 pm
In a message dated 10/07/01 11:12:07 GMT Daylight Time, dalyfg@... ... Frank, The XSLT <xsl:value-of> element will let you do what you want to do. Just...
470 bdomeon@... Send Email Jul 10, 2001
1:36 pm
bonjour a tous. je dois installer fop de apache. que dois-je telecharger, installer et/ou configurer ? merci beaucoup benoit domeon ...
471 LEvensen@... Send Email Jul 10, 2001
3:30 pm
vous pouvez installer FOP de http://xml.apache.org/fop/, c'est gratuit (c'est open source); vous pouvez utilisez le transformation engine dans votre...
472 Kevin Lindsey
kevin@... Send Email
Jul 11, 2001
4:48 pm
... again and then count upwards till ... Falk, I'm fairly new to XSL-FO, but it looks like you can use the initial- page-number attribute on a <page-sequence>...
473 anishrajv@... Send Email Jul 13, 2001
11:15 am
Hello! Now I am in the process of generating a pdf report using a XML and XSL-FO and FOP to convert the FO into PDF. I have a concern reg. the number of lines...
474 sg_goli@... Send Email Jul 13, 2001
2:56 pm
Hi i am looking for an Ariel Narrow Font with FO but it seems as if it is not recongnized when i run the app. Anybody know how to get this working?? Thanks...
475 Kevin Lindsey
kevin@... Send Email
Jul 13, 2001
10:26 pm
... From: sg_goli@... To: XSL-FO@yahoogroups.com Sent: Friday, July 13, 2001 10:56 AM Subject: [XSL-FO] Ariel Narrow Font Hi i am looking for an Ariel...
476 Kevin Lindsey
kevin@... Send Email
Jul 14, 2001
5:24 pm
Ansih, Right now my body is given the following template and I am getting 24 lines in the body and lot of unused area in the body... I want to make use of...
477 Kevan Ritchie
kevanritchie@... Send Email
Jul 16, 2001
10:43 am
Hi there I have recently become interested in fo for the following reasons. Our current method of producing documents (external business docs) involves ...
478 anishrajv@... Send Email Jul 16, 2001
1:33 pm
Hello!! I need some help!! How to give tab in FO, like &#160 for space. Thanks Anish...
479 anishrajv@... Send Email Jul 16, 2001
1:43 pm
... more than 24 lines. I've attached my sample files. Perhaps they can help you to resolve the problem you are having. ... Thanks a lot Kevin, I checked...
480 Hoang Nam
nng_adm@... Send Email
Jul 16, 2001
3:15 pm
You can use fo:leader : <fo:leader leader-pattern="space" leader-length="<taille-tab>"/> ... From: anishrajv@... To: XSL-FO@yahoogroups.com Sent: Monday,...
481 Chris Nichols
chris.nichols@... Send Email
Jul 16, 2001
7:31 pm
Hi, I've got a <xsl:for-each> around a <fo:table> with many instances of the table being generated. The table consists of several rows. When I turn the fo...
482 Kevin Lindsey
kevin@... Send Email
Jul 16, 2001
10:34 pm
Hi Kevan, ... to ... Hmm. Word metatags? Is that RTF or something else. I'm just curious because I had to implement an RTF writer in Perl. Metatags sound a...
483 Kevin Lindsey
kevin@... Send Email
Jul 16, 2001
10:38 pm
Ansih, ... I'm still learning about this stuff too, so I have no direct experience with this situation. The only limitations that should exist are: 1) Memory...
484 Kevin Lindsey
kevin@... Send Email
Jul 16, 2001
10:49 pm
Chris, Does anyone know a way to make the tables stay together and just start on the following page? You might have a look at the keep-together and...
485 joshua.kuswadi@... Send Email Jul 17, 2001
8:58 am
Hi Anish, Have you tried &#9; ? (Untested) Joshua ... This message and any attachment is confidential and may be privileged or otherwise protected from...
486 Anis h
anishrajv@... Send Email
Jul 17, 2001
11:29 am
sorry did not work! Anyway thanks for the info. Anish ... __________________________________________________ Do You Yahoo!? Get personalized email addresses...
487 bdomeon@... Send Email Jul 17, 2001
12:18 pm
Hi! What is the difference between Cocoon and FOP ?? Thanks you. ______________________________________________________________________________ ifrance.com,...
488 Sangeetha Goli
sangeethag@... Send Email
Jul 17, 2001
1:04 pm
Try using &#160; within a block to get a single space. Sangeetha _________________________________________________________________ Get your FREE download of...
Messages 459 - 488 of 7447   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help