I'm having a problem with my markers in fop 0.20.3.  The marker data
displays correctly in the PDF, but I get a log full of the following
message:

1088163278596 -> ERROR  [fop]:fo:marker must be an initial child,and
'marker-class-name' must be unique for same parent

My code is a bit "different" in that I generate the markers dynamically:

<fo:inline font-size="7pt" color="black" font-weight="normal"
white-space-collapse="true">
      <xsl:for-each select="@*[starts-with(name(.),'marker__')]">
            <fo:marker marker-class-name="{name(.)}"><xsl:value-of
select="."/></fo:marker>
      </xsl:for-each>
</fo:inline>


The xml layout is your typical:

row start
cell start cellend
cell start cellend
cell start cellend
cell start cellend
row end
row start
cell start cellend
cell start cellend
cell start cellend
cell start cellend
row end
etc.

The marker xml looks something like:

<cell whitespaceCollapse="false" marker__bill_of_lading="RBHZ&P000000111"
marker__carrier="" marker__vesselVoyage="/" marker__shipperName="TEST EWB"
marker__shipperLine1="" marker__shipperLine2="" marker__shipperLine3=""
marker__shipperLine4="US" marker__consigneeName="TEST EWB VENDOR"
marker__consigneeLine1="" marker__consigneeLine2=""
marker__consigneeLine3="" marker__consigneeLine4=""
marker__notifyName="TEST EWBB" marker__notifyLine1=""
marker__notifyLine2="" marker__notifyLine3="" marker__notifyLine4=""
marker__agentName="TEST EWBD" marker__agentLine1="" marker__agentLine2=""
marker__agentLine3="" marker__agentLine4="" marker__loadPort="BOMBAY, IN"
marker__dischargePort="NEWARK, NJ, US" marker__destPort="NEWARK, NJ, US"
marker__eta="2004-05-11" marker__etd="2004-05-10"
marker__cargoLocation="APL LA" marker__freightCharges="" marker__rate=""
marker__per="" marker__prepaid="" marker__collect="">FAKECTR FAKECTR</cell>

I'm guessing I'm not doing something correct because of the dynamic
markers.  Does anyone have any ideas?

fop 0.20.3
jre 1.3.0
win2k



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to