Sushmitha created ABDERA-403:
--------------------------------
Summary: RTF render labeling wrongly for nested fo:block
Key: ABDERA-403
URL: https://issues.apache.org/jira/browse/ABDERA-403
Project: Abdera
Issue Type: Bug
Environment: OS:Windows, LINUX
Reporter: Sushmitha
Priority: Minor
When fo:list-item-body contains nested fo:block bullets are applied to all
nested blocks instead of parent fo:block.
Xsl-fo:
<fo:block>Test Block Parent
<fo:block>Test Block Child <fo:block>Test Block Child
I</fo:block></fo:block></fo:block>
Output:
• Test Block Parent
• Test Block Child
• Test Block Child I
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)