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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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"> ...
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@...
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@...
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@...
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@...
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"/> <fo:basic-link...
563
neuggs@...
Aug 3, 2001 9:21 pm
Sangeetha, Instead of "$websiteurl" try "{$websiteurl}" The link was pointing to the string literal "$websiteurl" instead of the XML data as intended. Using...
564
rtobin@...
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 ...
something like this of the top of my head... you get the idea.... <xsl:element name="a"> <xsl:attribute name="href"><xsl:value-of ...
567
G. Ken Holman
gkholman@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...