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 2247 - 2276 of 7447   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2247 Nitin Kumar
nitin.kumar@... Send Email
Oct 1, 2002
9:54 am
Hi, suppose i have number a = 10 b = 20 how can i store the sum of a and b in a ie is a = a+b possible Pls Advise !!!! Thanks Nitin ... The information...
2248 dennis_joel_david
dennis_joel_... Offline Send Email
Oct 1, 2002
2:15 pm
Hi. Do you know if it is possible to use XSLT elements inside a FO document that will be processed by FOP 0.20.4 ? I have tried, without success. And if so,...
2249 Douglas Lovell
dcl@... Send Email
Oct 1, 2002
6:28 pm
You wouldn't use XSLT elements inside of FO. You will use XSLT to generate FO. Your XML data + XSLT stylesheet = FO result document. The following sample...
2250 G. Ken Holman
g_ken_holman Offline Send Email
Oct 1, 2002
11:31 pm
... No, once a variable is bound with a value, that value cannot be changed within the scope of the variable. If you re-open the scope you can assign a new...
2251 jasontimmermans Offline Send Email Oct 2, 2002
2:52 pm
K, well, i searched through what was available, and it still doesn't solve my problem (it's probably something easy i am missing here!). I am making a TOC, and...
2252 G. Ken Holman
g_ken_holman Offline Send Email
Oct 2, 2002
2:56 pm
... You do not have any areas with the id="" that your ref-id="" value is pointing to. I hope this helps. ............ Ken -- G. Ken Holman...
2253 jasontimmermans Offline Send Email Oct 2, 2002
3:04 pm
k, so where and how do i set those id's. I figure i set them somewhere also with a generate-id correct? and if so, where do i do that generation.. my ordering...
2254 jasontimmermans Offline Send Email Oct 2, 2002
7:52 pm
all figured out, just had to add the id tag in the right place. Thanks for your quick respose! ... somewhere ... the ... have ... value...
2255 Colin Spear
cvspear Offline Send Email
Oct 3, 2002
11:50 am
I have a table that has to have only 16 lines on each page. If I break the page after 16 lines then I lose the information on the region after. I have tried to...
2256 Oleg Tkachenko
olegtk Offline Send Email
Oct 3, 2002
12:15 pm
... There is something wrong either with the formatter you are using or with your explanation. Content of region-after is repeated on every page despite of...
2257 Colin Spear
cvspear Offline Send Email
Oct 3, 2002
12:30 pm
... or with your ... despite of page ... Apologies, I did phrase the question incorrectly, what I meant to say was that the table did not extend to the end of...
2258 dennis_joel_david
dennis_joel_... Offline Send Email
Oct 4, 2002
7:59 am
Hi. Can i embed a raster image directly inside my FO document, in a BASE64 encoded string or something? Thank You. Dennis...
2259 Oleg Tkachenko
olegtk Offline Send Email
Oct 4, 2002
10:45 am
... Actually you can, that's what fo:instream-foreign-object formatting object is intended for - to embed inline graphic (in xml form though), but I'm not...
2260 Giannetti, Fabio
Fabio_Giannetti@... Send Email
Oct 4, 2002
4:14 pm
Hi, there is a new FOA release 0.4.0. Here there is a short list of new features/bug fixes: - Absolute Positioning Brick - Page Number Formats and Counting -...
2261 Chris Bowditch
bowditch_chris@... Send Email
Oct 7, 2002
7:43 am
... You can pull in an image from a file using fo:external-graphic. _________________________________________________________________ Chat with friends online,...
2262 Colin Spear
cvspear Offline Send Email
Oct 7, 2002
10:03 am
I have a document which includes a table cell that could sometimes include more data than could fit on one line. If I set the wrap- option to false the text...
2263 Chris Bowditch
bowditch_chris@... Send Email
Oct 7, 2002
11:09 am
... What XSL-FO formatter are you using? I know, FOP for example, does not have the ability to truncate or wrap text in a table cell unless it has spaces in ...
2264 Nitin Kumar
nitin.kumar@... Send Email
Oct 7, 2002
11:24 am
<fo:block text-align="center" hyphenate="true" hyphenation-character="-"> <xsl:value-of select="."/> </fo:block> This way the text without spaces also wraps to...
2265 G. Ken Holman
g_ken_holman Offline Send Email
Oct 7, 2002
12:09 pm
... I put the block into a <block-container>, which by itself doesn't prevent the text from running over to the next cell ... but when I turn on ...
2266 Richard Sweeney
rik_sweeney Offline Send Email
Oct 7, 2002
2:05 pm
Can it be done?...
2267 Oleg Tkachenko
olegtk Offline Send Email
Oct 8, 2002
9:03 pm
... At the moment the only way is to include your table into another blind table: <fo:table table-layout="fixed" width="100%"> <fo:table-column...
2268 Colin Spear
cvspear Offline Send Email
Oct 9, 2002
12:54 pm
Thanks for the pointers Ken, its makes the most sense out of all the suggestions I got, the problem I have encountered now is: Everything I put in a...
2269 G. Ken Holman
g_ken_holman Offline Send Email
Oct 9, 2002
1:17 pm
... Sorry, no ... I tested mine with Antenna House and got the desired behaviour before making my suggestion to you. I suspect it will also work with XEP 3...
2270 Oleg Tkachenko
olegtk Offline Send Email
Oct 9, 2002
2:34 pm
... afaik unfortunately overflow property is not implemented in fop, so I believe there is no way to get hidden overflow except for truncating cell text at...
2271 mrrevello Offline Send Email Oct 9, 2002
3:19 pm
Hi!, sorry but my bad english. I wish to referencing xml file into another xml file. For example: first.xml is: <Element>ONE</Element> second.xml is: [I wish...
2272 G. Ken Holman
g_ken_holman Offline Send Email
Oct 9, 2002
5:03 pm
... You should never worry about a language that isn't your first, and you should never feel the need to apologize for using it when you have to use it. ... We...
2273 Whitney, Dan (FPDG)
dbfwhitney Offline Send Email
Oct 9, 2002
5:49 pm
Ken Although probably not a discussion for this group, just have to ask why is using external entities not a good idea? What is the long term danger? Dan ... ...
2274 G. Ken Holman
g_ken_holman Offline Send Email
Oct 9, 2002
6:07 pm
... Sorry, I didn't quite say that ... I said they were not a good idea for *sharing* information. I think they are a great idea and I use external parsed...
2275 narinder_g Offline Send Email Oct 10, 2002
4:25 am
Hi Oleg, I have tried this, But when the table is long, again there is text overflow. Narinder ... blind...
2276 Oleg Tkachenko
olegtk Offline Send Email
Oct 10, 2002
10:04 am
... What do you mean? I thought you are talking about centering the table, but overflow is different problem. Try to turn on hyphenation on table cells, it ...
Messages 2247 - 2276 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