You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Chuck Paussa <Ch...@systems.dhl.com> on 2002/02/27 20:27:58 UTC

Re: FOP0.20.3

Markers are broken in Fop-0.20.3rc2 the presence of an fo:marker tag --> 
error
I don't know if this should be entered as a bug since markers were not 
completely implemented previously

[INFO]: FOP 0.20.3rc
[INFO]: building formatting object tree
[ERROR]: null

Here is the sample test.fo

<?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="entry">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>

Chuck Paussa


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org