[ Charset ISO-8859-1 unsupported, converting... ] ... There is a tricky way with SVG in the chain. If the only thing you want is to have rotated headers then...
4135
Dao Xuan Nam
namdx@...
Oct 2, 2003 12:52 am
Dear All, I am trying to make crosstab report but I am wondering if I can use XSL-FO to do it. If you did like that, please send me a sample. Thank for your...
4136
Chris Bowditch
bowditch_chris@...
Oct 2, 2003 8:03 am
... I guess you are using FOP, since both RenderX and Antenna house both implement reference-orientation. ... In FOP the suggested workaround for displaying...
I have a problem: does it give tutorial for rtf outputs?? the same FO file for the pdf outputs if I it use for a rtf output then, the rtf at all not...
4138
Chris Bowditch
bowditch_chris@...
Oct 6, 2003 7:46 am
... I'm sorry but you have not given enough information for us to help you. What is a "crosstab report"? Describe the requirements of your report in some ...
4139
Chris Bowditch
bowditch_chris@...
Oct 6, 2003 7:53 am
... What do you mean by "it"? There is a standalone product called Jfor that can be used for generating RTF, but you mention PDF. The released version of FOP ...
hallo but jfor is not very fine, to build pretty rtf document. another stronger product?? thanks ... that can ... version of FOP ... RTF and ... ...
4141
Harm Kok
h.kok@...
Oct 6, 2003 10:13 am
Hi, XML Mind XSL-FO convertor works fine for me: http://www.xmlmind.com/foconverter/ Already has standard stylesheets for standards like DocBook and HTML. ...
4142
Dao Xuan Nam
namdx@...
Oct 6, 2003 10:20 am
Hi All, I have an XML file as below: <?xml version="1.0" encoding="UTF-8"?> <ROOT> <DNDETAIL> <Bike> <No>000000024</No> <toCode>1003</toCode> ...
4143
Dao Xuan Nam
namdx@...
Oct 6, 2003 10:38 am
Hi All, 1. I have an XML file as below: <?xml version="1.0" encoding="UTF-8"?> <ROOT> <DNDETAIL> <Bike> <No>000000024</No> <toCode>1003</toCode> ...
4144
Mike Trotman
mike.trotman@...
Oct 6, 2003 12:49 pm
There's a FAQ on counting using XSLT on Dave Pawson's excellent site (http://www.dpawson.co.uk/xsl/sect2/N2018.html#d2674e205) This sort of thing isn't (IMHO)...
Hi, I have problems in rendering the FO output as a PDF file.. i have a question regarding that..and as follows (part of) my XML file looks like ..... ...... ...
The flood of suspicious looking applications for group membership seems to have abated. So I am opening up group membership again. Maybe 10% of those applying...
Hi, can anyone tell me if it is possible to do simple calculations with the <fo:page-number>? Basically what I want to do is to show a "continued from page x"...
Hi, I'm converting a Docbook file via xsltproc to .fo file (and later via FOP to .pdf ) using DocBook XSL Stylesheets (http://docbook.sourceforge.net). How...
... This is not possible in XSL-FO 1.0. ... If you know that your report is going to be less than a reasonable number of pages, then you can create as many...
Hi Ken, thanks so far. Just for curiosity: What kind of calculations CAN be done? (I am still waiting for my new book on XSLT ... ;-)) Can you point me to any...
Hi, Am New to XSL FO. I have a requiremt as follows.Any help is highly appreciated In the first page, I am going to start displaying a table.lets say the first...
Ken, is it possible to assign the value of <fo:page-number/> to a xsl variable and then use that variable in further calculations?? TIA aananth ... the ... ...
For information about customizing headers/footers in the docbook xsls, see Bob Stayton's excellent book: http://www.sagehill.net/docbookxsl/PrintHeaders.html ...
... What is missing in the understanding of XSL-FO in both of these questions is a better awareness of the processing models. The act of transforming is...
... No--the fo:page-number is not processed during XSLT processing. That is, the XSLT is simply emitting the <fo:page-number/> element as part of its ...
Hi, Am new to FO. 1) I need to produce a table cell with only the lower border.the other three borders should not be present i used the following atrributes ...
I have been looking around the web for a few days for some answers. I am hoping I can get some help, or at least pointed in the right direction from you fine...
... Yes, you do not realize that the default style for the border is "none". You might want to use border-after-style="solid" or border-after-style="dotted" or...
... Define your header inside your table using the <table-header> construct: <table> <table-header> ... </table-header> <table-body> ... </table-body> </table>...