JFOR implemented functionalities
Boris Poudérous <[email protected]> Fri, 7 Jun 2002 14:37:32 +0200
| Newsgroups | gmane.text.xml.jfor.general |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I'd like to know whether if there is somewhere a list of all the implemented functionalities for JFOR 0.6. I had the following problem : Converting XSL:FO file 'report.fo' to RTF output 'D:\output.rtf'... jfor.INFO:jfor V0.6.0 - setting up conversion... jfor.INFO:Parsing xsl:fo document... java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:878) at org.jfor.jfor.converter.Converter.<init>(Unknown Source) at test.RTFTestGeneration.main(RTFTestGeneration.java:26) I have identified the reason of this problem : if there is something like '<fo:table-column column-width="32mm" number-columns-repeated="2"/>' then this error appears. But if you replace the 'number-columns-repeated' attribute by the right number of <fo:table-column> then it's OK ! Furthermore, I have also problems with the 'background-color' attribute. The RTF output file doesn't have any other color than white. That's a pity for me ! Does someone has a solution for me in order to have nice coloured reports ? Here is an example to illustrate what I tried to explain : the following XSL-FO instruction does'nt work in RTF output : <fo:table-cell background-color="#3C38AA" padding="0pt" border-width="1pt" border-style="solid">....</fo:table-cell> Such as this one : <fo:block background-color="#3C38AA">....</fo:block> Thanks for your help and your great job. Boris. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm