OpenOffice has terrible RTF support. In my tests, an RTF created with MS
Word (and FOP is optimized to create RTF for MS Word) almost always
turns out wrong in OpenOffice. You'll have to find a different way of
document generation if you need to import those documents into
OpenOffice. BTW, we're still looking for someone to start implementing
ODF. :-)

On 28.06.2006 17:16:10 Diego Seco Naveiras wrote:
> Hi,
> 
> the rtf created with fop contains a list and the number of each item is not 
> show in openoffice, and show as a point in wordpad (in word is show 
> correctly).
> 
> XSL FILE:
> 
> <xsl:template match="articles/article">
>   <fo:list-item>
>     <fo:list-item-label start-indent="5mm" end-indent="label-end()">
>       <fo:block>
>         <xsl:number format="i"/>
>       </fo:block>
>     </fo:list-item-label>
>     <fo:list-item-body start-indent="body-start()">
>       <fo:block>
>          <xsl:apply-templates/>
>       </fo:block>
>     </fo:list-item-body>
>   </fo:list-item>
> </xsl:template>


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to