Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XSL-FO · discussion of XSL Formatting Objects

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 546 - 577 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
546 neuggs@... Send Email Aug 1, 2001
9:14 pm
Anish, What version of WAS are you using? WAS depends on XML4J and although Xerces came from that project, I believe they've parted since IBM gave it to...
547 neuggs@... Send Email Aug 1, 2001
9:35 pm
Hi Ron, With XEP 2.5, I don't believe this is the case, at least not when there's more than on page-sequence defined. The Spec seems to indicate that...
550 Jos Bellens
infbsj@... Send Email
Aug 2, 2001
7:14 am
I 'm trying to create a PCL file (with Fop 0.19.0) where the page all have landscape orientation. Therefore i define in the page master the size of the page...
551 bdomeon@... Send Email Aug 2, 2001
8:41 am
hello. I want to create a pattern who do the same thing than this SQL Query : SELECT sum(amount) FROM sales GROUP BY products. Can you help me? Thanks a lot. ...
552 Bryan Rasmussen
bry@... Send Email
Aug 2, 2001
9:09 am
does anyone know if it's possible to generate thumbnails and bookmarks tabs on a pdf document from XSL-FO and if so which processors have the capability of...
553 Frank Neugebauer
neuggs@... Send Email
Aug 2, 2001
10:45 am
Hi Bryan, FOP and XEP each contain extension mechanisms for bookmarks tabs. In the FOP distribution, check out the example pdfoutline.fo and...
554 ultimatejerko@... Send Email Aug 2, 2001
12:33 pm
Does anyone know how to implement running headers using Apache's FOP 0.18? Markers would be nice, but they are not supported yet. In detail, I am trying to...
555 schubert_ingo@... Send Email Aug 2, 2001
1:49 pm
Hi, I want to transform XML-FO to PDF in a JAVA-Application via FOP. Could somebody tell me how I can do this. Perhaps with a small example of the...
556 neuggs@... Send Email Aug 2, 2001
2:37 pm
Lou, Have you tried using <fo:static-content>? For example, for a given page-sequence, you'd have something like: <fo:page-sequence master-name="foo"> ...
557 neuggs@... Send Email Aug 2, 2001
2:40 pm
Greetings, Consider checking out: http://xml.apache.org/fop/embedding.html Regards, Frank....
558 ultimatejerko@... Send Email Aug 2, 2001
2:43 pm
Actually, it's very simple. Here are the steps: 1. Create your XML Document or file (I'll give examples of the file way). 2. Instantiate an XMLReader to...
559 ultimatejerko@... Send Email Aug 2, 2001
3:04 pm
OK, but how do I get "YOUR HEADER HERE" to reference data in my flow. Say my data flow was user names and I wanted the header of each page to show the first...
560 neuggs@... Send Email Aug 2, 2001
5:21 pm
Hi Lou, Wish I could help you there. I do not believe you can ask the formatter what it's doing at runtime. Theoretically, this is the task of XSL-T, but...
561 ronald heller
ronald@... Send Email
Aug 3, 2001
7:06 am
Hi there, On the fop site it says that the keep functionality in fop 0.19 is broken. Does that mean there is only minor support for the keeps? i.o.w. is there...
562 sg_goli@... Send Email Aug 3, 2001
6:42 pm
Hi All, I am using the following code <fo:block margin-left="8pt"> <xsl:variable name="websiteurl" select="/XmlData/WebInfo/WebSite&quot;/> <fo:basic-link...
563 neuggs@... Send Email Aug 3, 2001
9:21 pm
Sangeetha, Instead of "$websiteurl&quot; try "{$websiteurl}" The link was pointing to the string literal "$websiteurl&quot; instead of the XML data as intended. Using...
564 rtobin@... Send Email Aug 6, 2001
3:39 pm
HELP!! How can I get an xsl to generate a href with the location being an xml element i.e. when a xsl interrogates an xml doccument it returns the value and ...
565 Neil Bradley
neil.bradley@... Send Email
Aug 6, 2001
3:42 pm
try: <a href="{location}"> <xsl:value-of select="title"/> </a> or <a> <xsl:attribute name="href&quot;> <xsl:value-of select="location"/> </xsl:attribute&gt; ...
566 Counsell, Mike
mcounsell@... Send Email
Aug 6, 2001
3:45 pm
something like this of the top of my head... you get the idea.... <xsl:element name="a"> <xsl:attribute name="href&quot;><xsl:value-of ...
567 G. Ken Holman
gkholman@... Send Email
Aug 6, 2001
8:49 pm
To Ottawa-area XML'ers (and those interested in travelling to Ottawa!): We are again having a 5-day training blitz of two separate hands-on courses: 3 days of...
568 ahofmeye@... Send Email Aug 7, 2001
6:07 am
Hi, I would like to get only the next brother from the current node. With following-sibling I get all the next brothers. Which pattern must I used to get only...
569 Pierre Attar
patt@... Send Email
Aug 7, 2001
12:57 pm
... Just defines the scope, for example : <xsl:apply-templates select="following-sibling[position()=1]/> ... Pierre Attar (mailto:pattar@...) Projet...
570 ahofmeye@... Send Email Aug 7, 2001
1:48 pm
Pierre thanks for your help. Andreas Pierre Attar <patt@...> on 07.08.2001 14:57:29 Please respond to XSL-FO@yahoogroups.com To: XSL-FO@yahoogroups.com...
571 Sangeetha Goli
sg_goli@... Send Email
Aug 7, 2001
6:17 pm
Thank you, that worked great! Sangeetha ... __________________________________________________ Do You Yahoo!? Make international calls for as low as...
572 Carmelo Montanez
carmelo@... Send Email
Aug 7, 2001
7:39 pm
Hi All: The XSL specs defines a number library functions in section 5.10. I am not exactly sure how those functions are to be used. Is the following piece of...
573 neuggs@... Send Email Aug 7, 2001
8:44 pm
Carmelo, Your interpretation is correct. I tried your code in RenderX and the result was as expected. I was able to do the same kind of thing using font...
574 Carmelo Montanez
carmelo@... Send Email
Aug 7, 2001
9:06 pm
Frank: Thanks for the answer!!! Carmelo ... From: <neuggs@...> To: <XSL-FO@yahoogroups.com> Sent: Tuesday, August 07, 2001 4:43 PM Subject: [XSL-FO]...
575 Carmelo Montanez
carmelo@... Send Email
Aug 7, 2001
9:16 pm
Hi Bob: But I think, they intended the "FO" processor to evaluate the function, not the XSLT engine. If I do the curly braces, then the XSLT engine will...
576 Nikolai Grigoriev
grig@... Send Email
Aug 7, 2001
9:37 pm
Carmelo, ... All examples in the XSL spec refer to an FO processor. While you can can (and should) calculate most values in XSLT, there are cases where the...
577 Carmelo Montanez
carmelo@... Send Email
Aug 7, 2001
9:56 pm
Thanks, it makes mare sense now!!! Carmelo ... From: "Nikolai Grigoriev" <grig@...> To: <XSL-FO@yahoogroups.com> Sent: Tuesday, August 07, 2001 5:32 PM...
Messages 546 - 577 of 7448   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