[
https://issues.apache.org/jira/browse/FOP-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glenn Adams reopened FOP-290:
-----------------------------
> markers are completely broken (as far as I can tell)
> ----------------------------------------------------
>
> Key: FOP-290
> URL: https://issues.apache.org/jira/browse/FOP-290
> Project: FOP
> Issue Type: Bug
> Components: unqualified
> Affects Versions: 0.20.3
> Environment: Operating System: All
> Platform: PC
> Reporter: Chuck
> Assignee: fop-dev
>
> [INFO]: FOP 0.20.3rc
> [INFO]: building formatting object tree
> [ERROR]: null
> Here is the simple test case. All it contains is a marker tag
> <?xml version="1.0" encoding="UTF-8"?>
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
> <fo:layout-master-set>
> <fo:simple-page-master
> master-name="simple"
> margin-top="1in"
> margin-right="1in"
> margin-left="1in"
> margin-bottom="1in">
> <fo:region-body/>
> </fo:simple-page-master>
> </fo:layout-master-set>
> <fo:page-sequence master-reference="simple">
> <fo:flow flow-name="xsl-region-body">
> <fo:block><fo:marker marker-class-name="abcd">One</fo:marker>
> this is a test this is a test this is a test this is a test this is a test
> this
> is a test this is a test this is a test
> </fo:block>
> </fo:flow></fo:page-sequence></fo:root>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)