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...
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@...
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...
... 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...
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...
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...
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...
... 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...
... 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...
... 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@...
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@...
Oct 7, 2002 7:43 am
... You can pull in an image from a file using fo:external-graphic. _________________________________________________________________ Chat with friends online,...
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@...
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@...
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...
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...
... 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...
... 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...
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...
... 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...
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 ... ...
... 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...
... 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 ...