Hi,
is the following code supported by fop ?
<fo:list-block>
<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block>1)</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block>Some text</fo:block>
<fo:block>Some more text</fo:block>
<fo:block>
<fo:table>
<fo:table-column width="10mm"/>
<fo:table-column width="10mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell number-rows-spanned="2">
<fo:block>
<fo:external-graphic height="auto"
width="auto" src="images/note.jpg"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>NOTE</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="2">
<fo:block>Text for current note</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:list-item-body>
</fo:list-item>
</fo:list-block>
When trying to render this to pdf, fop seems to enter a infinite loop and
send me back this error message (not very explicit) :
ERROR 10086 [fop ] (): >
Many thanks,
EB
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]