does fop support markers? i'm having trouble getting them to work.
my input looks like
...
<fo:flow>
<fo:block>
<fo:block>
<fo:marker marker-class-name="chap">chapter one</fo:marker>
...
</fo:block>
</fo:block>
<fo:block>
<fo:block>
<fo:marker marker-class-name="chap">chapter two</fo:marker>
...note that the markers share a common great-grandparent.
the error message i get from any fop-0.20.[23] is:
[ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent.
i'm following all the rules, i think, but no joy.
sounds like a simple misconception on my part but i'm stumped.
