My problem was that I could show a dinamically-generated PDF in IE5.5 but not in IE 5.0. But at the end, I could solve it. I think there are methods that can...
Raúl Carazo
rcarazo@...
Jan 3, 2002 2:25 pm
1298
Do you have an example? ... IE5.5 ... others ... 5.5 ... http://docs.yahoo.com/info/terms/...
Please read on if you are interested in XSLT/XPath or XSLFO training: (1) - live 3-day and 2-day hands-on courses the week of February 18-22, 2002 (at risk;...
I have a XSL-file inf ./dir/, adn I use another XSL-file in ./dir/subdir/ as a stylesheet. We use the syntax: <xsl:import href="./subdir/filename.xsl"> but we...
Hi there, I have a problem with showing the right footnote number on a certain page. In my case the footnotes are counted from the beginning of the document,...
... Since you are responsible for both the display of the footnote citation and the display of the footnote content, and you don't know where the page ...
... You state both that "footnotes are counted from the beginning of the document" and that "a footnote and its accompanying number must be calculated per...
Tony Graham
Tony.Graham@...
Jan 9, 2002 4:45 pm
1307
... I read it as that is what he is experiencing ... ... Which is what I think he doesn't want, but is what he is getting. I apologize if I've misread his...
Hi It would be very kind if any one of you could help me in producing a pie graph and bar graph of a existing xml document using XSLT or XSLFO or using svg.. ...
Devarshi Pandey
devarship@...
Jan 10, 2002 8:42 am
1309
Thanks Ken for laying out my problem more precisely!! It's a pity that there's no solution to this problem (for now then). Greetings, Willem...
... certain ... of the ... dependent ... its ... the ... throughout ... how I had ... 1.0. I ... I think Ken is right: there is no way of knowing when a new...
Hi Brahma, I'm working on W2K Server with IIS5. Thanks for your help. Salvatore Agri Software Developer Expo.02 ... From: Brahmanand Gannur...
salvatore agri
sagri@...
Jan 10, 2002 10:42 am
1313
Hi, I have some problem when using FOP. I use FOP to convert PDF and my application need to do other things after PDF is generated. But the thread is killed...
FOP is meant for command line so it terminates the JVM after execution you have to modify certain classes which call System.exit(0); and u have to remove all...
Ok. I have my printer with an default type of paper (not A-4), so when I send a pdf report to the printer, I have to choose the type of paper (A-4) for...
I am still waiting for ur reply Thanks in advance Devarshi ... From: "Brahmanand Gannur" <brahma@...> To: <XSL-FO@yahoogroups.com> Sent: Thursday,...
Devarshi Pandey
devarship@...
Jan 10, 2002 11:49 am
1317
Hi Can any body please help me to over come this problem?This problem mainly because i don't know exactly how to change XSL variable value based on the...
I pass a parameter to the XSL processor for page size ($page_size='letter | a4'), then set margins in the stylesheet according to the value of the parmeter. ...
Hi newsgroup, Who have a solution to generated pfd with xsl-fo on a server IIS5? Thanks for your help... ___________________________________ Salvatore Agri ...
salvatore agri
sagri@...
Jan 10, 2002 3:19 pm
1320
Hi, I've recently attempted to format a document which contains a table. I'm transforming XML with XSLT into XSL FO. The table needs to be indented, but when I...
Hi Rodney, I did try start-indent but it only indents the table contents, not the borders. Maybe this is a FOP issue? I'll post to their list too. Thanks, ...
Hi all: Is it possible to have two tables in the same line?. I tried wrapping the tables in the same inline FO but with no success. Any clues as to how to do...
... Carmelo, if you need a table positioned as a text character, then you must use inline-container, a feature not supported everywhere. If, on the other hand,...
David Tolpin
dvd@...
Jan 11, 2002 3:24 pm
1325
... Not without some kind of wrapping, as you cannot place two block-level constructs next to each other in the inline-progression-direction of the same area. ...