... Fortunately, it is possible. ... Correct, but you can create a page sequence for the chapter where the first page points to one static-content construct...
426
Kenneth J. Hughes
kjh@...
Jun 6, 2001 1:51 am
... Aha! That does it. Thanks, Ken. Cheers, Kenneth J. Hughes...
427
Joe D. Williams
joe_d_williams@...
Jun 7, 2001 6:44 pm
Greetings. I am trying to write an XSL style sheet that will generate a TOC with page numbers mapped to the element "section" in my XML instance. So far, I am...
428
shrestha@...
Jun 7, 2001 8:12 pm
You might want to see http://www.renderx.com/tutorial.html. I do not know if it is any easier than the other examples you mentioned, though. ... with page...
429
Joe D. Williams
joe_d_williams@...
Jun 7, 2001 8:19 pm
I'm using this in a table cell for a TOC: <fo:table-cell> <xsl:variable name="id"> <xsl:call-template name="Section.id" /> </xsl:variable> <fo:block...
430
Carmelo Montanez
carmelo@...
Jun 7, 2001 8:20 pm
To all Interested Parties: NIST developed a number of XSLT/XPath tests, which will be part of the official OASIS XSLT/XPath suite (not yet released). These...
431
jdware@...
Jun 7, 2001 10:42 pm
Hi, Is it possible to define a "derived"(in an object oriented context) fo-object? What I would like to do is to have a jdw:table-cell which could be used in...
432
G. Ken Holman
gkholman@...
Jun 7, 2001 11:34 pm
... Not that I can read in the document. ... I can think of the following schemes that could possibly help you with this: (1) - specifying the "inherit" value...
433
Wendell Piez
wapiez@...
Jun 8, 2001 8:58 pm
... Are you remembering to put the same id value on an FO where the section starts? Cheers, Wendell ...
434
Anne Goguen
anne.goguen@...
Jun 8, 2001 10:26 pm
Hello everyone. I am just getting started in the wild and wacky world of XML etc... Here is my dilemma. ad-hoc reporting I have a dynamic report that is...
435
LEvensen@...
Jun 8, 2001 10:55 pm
Anne, you could transform your XML to PDF, using XSL-FO (RenderX or other package) and at that point, use the AcrobatReader ActiveX plug-in to print (to the...
436
Max Dunn
maxdunn@...
Jun 9, 2001 3:33 am
Is this a job for XSLT/FOI share your interest in a high quality print output format coming out of Java. I was just at the JavaOne conference, including the...
437
Joshua Kimmel
kimmel@...
Jun 11, 2001 4:29 pm
This is an xpath/xslt question and so inappropriate for this mailing list. Does anyone know of any xpath mailing list, or does anybody have some experience...
438
G. Ken Holman
gkholman@...
Jun 11, 2001 4:31 pm
... XSLT and XPath questions would perhaps be better posted to the following list: http://www.mulberrytech.com/xsl/xsl-list There are a number of subscribers...
439
Joshua Kimmel
kimmel@...
Jun 11, 2001 4:47 pm
Thanks for the info. I'll check them out. Josh...
440
LEvensen@...
Jun 11, 2001 4:50 pm
Max, I think that the 'Community' section of Sun's site is a way to encourage Sun to put more resources toward developing PostScript; I really hope that they...
441
Max Dunn
maxdunn@...
Jun 11, 2001 5:39 pm
Is this a job for XSLT/FOWell, I don't know that Adobe is any worse than other companies in terms of wanting to make money for what they do, and they do...
442
Paul Furbacher
pfurbacher@...
Jun 12, 2001 6:10 pm
... Since your Web page is based on XML, you could render that XML on the server side, creating a PDF which could be downloaded to the client through the Web...
443
letsgo@...
Jun 12, 2001 10:21 pm
... This is a little off topic but I had to respond to the comment. I'm not sure why you think that InDesign scripting controls the GUI. It doesn't. It is not...
444
Max Dunn
maxdunn@...
Jun 13, 2001 12:24 am
Yes, off of the FO topic, but my point was not that the scripting controls the GUI (it merely feels like it does), but that this is a fundamentally GUI-based...
445
Pollington, Lee (ELSL...
lee.pollington@...
Jun 13, 2001 12:13 pm
Hi all, I was interested as to whether anyone had an opinion on the state of the XSL:FO engines available. I tried some FO a while ago only to find the engines...
446
Kenneth J. Hughes
kjh@...
Jun 13, 2001 3:31 pm
Hi Lee, I've successfully used RenderX's XEP to generate both PDF and PS from FO input that was created by heavily customized XSL stylesheets for DocBook. We...
447
jdware@...
Jun 13, 2001 3:40 pm
Hi, I am using the FopServlet from the Fop-0.18.1-DEV distribution and have noticed the when the servlet is called the doGet method runs three times. The...
448
Joshua Kimmel
kimmel@...
Jun 18, 2001 9:44 pm
I'm having a bit of dificulty registering fonts in FOP .18.1 DEV. I don't know how to register the font variations correctly (I think). any help in this...
449
Falk
falk.maechtig@...
Jun 19, 2001 9:53 am
Hello, I'm using FOP 0.17 <fo:block keep-with-next="always"> text <xsl:value-of select="@DESIGNATION"/> </fo:block> <fo:block keep-with-previous="always"> text...
450
Alicja Gacka
alg@...
Jun 19, 2001 10:12 am
... [Click for Details] Click for Details ... Hi! you can use keep-with-next by the table-row only, keep-with-previous is not supported by fob as i know this. ...
451
Carmelo Montanez
carmelo@...
Jun 19, 2001 7:43 pm
Hi all: Does anyone knows where I can find some good examples of how to use the "fo:character" Formatting Object? Greetings, Carmelo...
452
Nick Ridout
costempd@...
Jun 20, 2001 7:19 am
I don't know about FOP 0.17 but in FOP 0.18.1-DEV, keep-with-next is documented (see docs\html-docs\implemented.html) as "broken". I see no mention of...
453
shrestha@...
Jun 22, 2001 12:39 pm
My ISP, unfortunately, still has FOP_0.14. I have been using FOP_0.18 to develop my servlet application, and it runs fine, using these command: ... InputSource...
454
shrestha@...
Jun 22, 2001 2:05 pm
I have found out the answer! XMLReader parser=(XMLReader)Class.forName ("org.apache.xerces.parsers.SAXParser").newInstance(); ...