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 6164 - 6195 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6164 W. Eliot Kimber
drmacro Send Email
Jan 19, 2005
4:30 pm
... The exact mechanism will be entirely dependent on the FO engine you're using and what, if anything, they do to help in this case. Alternatively you can use...
6165 Nicola Harlow
dragoncitycouk Send Email
Jan 19, 2005
4:36 pm
Hi, I'm new to XSL:FO, so excuse any errors in terminology. I've got a schema and XSL files that from one XML document source can create both PDF and CHM...
6166 Dave Pawson
dpawson2000 Send Email
Jan 19, 2005
7:51 pm
... I'd suggest it is more normal to have two stylesheets; one for the pdf production, which outputs xsl-fo vocabulary, and the other to produce the chm files....
6167 ajitsinhr Send Email Jan 19, 2005
11:13 pm
Hi All, I have very weired requirement. I have bundle of XML documnets. I have prepared one xslt which converts one XML to pdf which has static, flow and...
6168 Victor Vishnyakov
victor_vishn... Send Email
Jan 20, 2005
8:24 am
At the link below there is an example where page numbering is restarted. See it for the details: ...
6169 Nicola Harlow
dragoncitycouk Send Email
Jan 20, 2005
10:00 am
Hi, Sorry, I've not been clear. I have *two* XSL sheets, one for the CHM and one for the PDF. They share a DTD purely because the content is identical apart...
6170 C. Myers
ccmyers98 Send Email
Jan 20, 2005
2:45 pm
Eliot, Thank you so much for your prompt reply and valuable information you have provided. We are using RenderX, and its immediate file is called xep and...
6171 Dave Pawson
dpawson2000 Send Email
Jan 20, 2005
6:13 pm
... Yes. Sorry. My bad Nicola. <xsl:template match="toc_book|toc_title|idx_topic| idx_title | idx_item"/> when transforming xml to xsl-fo will do what you...
6172 Bob Stayton
bobs@... Send Email
Jan 20, 2005
7:22 pm
Since the <toc_book> contains the content of the book, its template can't just be empty or you will get no output. So remove it from the list in the empty...
6173 Andrew Lai
andrewlai_my Send Email
Jan 20, 2005
11:22 pm
Hi all, I read the FOP standard compliance page and I can't find any supporting document stated that FOP is supporting unicode fonts. My question is as...
6174 W. Eliot Kimber
drmacro Send Email
Jan 21, 2005
12:07 am
... Of commercial FO implementations, XSL Formatter has the most complete support for non-Western scripts, including Thai, Arabic and Hebrew. I don't believe...
6175 Ajit Rathod
ajitsinhr Send Email
Jan 21, 2005
12:22 am
Thanks Mate that was helpful. I managed to make it work as expected. Cheers, Ajit ... restarted. See ... layout/restart-page-num ... number="1". This ... value...
6176 Nicola Harlow
dragoncitycouk Send Email
Jan 21, 2005
8:18 am
Thanks Dave, It's useful to know any way! Nicola ________________________________ From: Dave Pawson [mailto:DaveP@...] Sent: 20 January 2005 18:12 ...
6177 Nicola Harlow
dragoncitycouk Send Email
Jan 21, 2005
8:18 am
Thanks Bob, that's great :) Nicola ________________________________ From: Bob Stayton [mailto:bobs@...] Sent: 20 January 2005 19:22 To:...
6178 tokukobayashi2002
tokukobayash... Send Email
Jan 21, 2005
12:13 pm
Hello, Please take care that Unicode support does not equal to Asian Typography support. There is a quite large gap between Unicode support and Typography,...
6179 J.Pietschmann
j3322ptm Send Email
Jan 21, 2005
6:50 pm
... You can tell FOP to use fonts other than the built-in fonts, see http://xml.apache.org/fop/fonts.html This includes fonts for producing CJK characters. ...
6180 Altsoft Xml2PDF
xml2pdf Send Email
Jan 26, 2005
8:00 am
Xml2PDF plug-in for XmlSpy 0.9 beta January 20, 2004 Altsoft N.V. Altsoft N.V. pleased to announce the immediate availability of XmlSpy plug-in beta edition of...
6181 g_li Send Email Jan 27, 2005
1:04 am
Sorry if this is a little off topic since it is actually a XSLT question. Here I have an element (A) which has another XML element as its value. How do I get...
6182 g_li Send Email Jan 27, 2005
1:28 am
Has anybody had problem with XSLTInputHandler&#39;s setParameter method? I seem to have problems setting the parameter in my stylesheet. The parameter doesn't seem...
6183 G. Ken Holman
g_ken_holman Send Email
Jan 27, 2005
3:23 am
... XSLT and XPath questions would be better posted to the following list: http://www.mulberrytech.com/xsl/xsl-list There are a number of subscribers who would...
6184 Chris Bowditch
bowditch_chris@... Send Email
Jan 27, 2005
9:23 am
... Your question is missing key information. However, I know from experience that you are trying to use FOP from inside a Java application. I havent used the...
6185 Munerot Pascal
pascal_munerot Send Email
Jan 27, 2005
11:03 am
Hi, Did you declare the parameter at the top of your stylesheet (after the xsl:output declaration) ? like in the following sample: <xsl:output method="xml"...
6186 Carolyn Oliver
coliver@... Send Email
Jan 27, 2005
7:00 pm
Hello, I'm having trouble with my page heads. I've got the odd/even headers defined and the header pulls in the module title and places it as the header just...
6189 Rüdiger Knörig
linux_penguinde Send Email
Jan 28, 2005
8:50 pm
Thanks for your offer, but java is too slow for our domain (signal processing)....
6190 g_li Send Email Jan 31, 2005
6:25 pm
Thanks a lot Ken, I know it is difficult to handle this in XSLT. I decided to extract the value out in the Java code and append it as a separate node to the...
6191 g_li Send Email Jan 31, 2005
6:39 pm
Yes, the parameter was declared at the very top of the stylesheet. I checked the source code as well and found that XSLTInputHandler is actually calling...
6192 Tony Graham
Tony.Graham@... Send Email
Jan 31, 2005
11:16 pm
xmlroff (http://xmlroff.org/) is an open-source XSL formatter written in C that produces PDF and PostScript. xmlroff 0.3.1 is a maintenance release that adds...
6193 CHRISTIE HOLLIS
theonlysugar... Send Email
Feb 3, 2005
2:06 pm
I know there is a way to format the page for double sided printing. Is there a way to interact with the printer itself to tell it to print double sided without...
6194 Chris Bowditch
bowditch_chris@... Send Email
Feb 3, 2005
3:39 pm
... Theres nothing in the XSL-FO 1.0 spec, but some FO Formatters have extension functions for this task. For example, RenderX's XEP has a PI that allows ...
6195 CHRISTIE HOLLIS
theonlysugar... Send Email
Feb 3, 2005
5:04 pm
Thanks for your reply. I suppose I should have mentioned I am quite new at this. What is a page device dictionary? Also, I am using Apache FOP, is there any...
Messages 6164 - 6195 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