> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>

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

This solution will also do the trick, but...

Be careful with fo:inline's. As I recall, in FOP 0.20.X fo:wrapper's still
treated the same way as fo:inline, but according to the spec fo:inline
generates areas of itself --thus an fo:wrapper seems to be more appropriate
here (well actually... 'nothing' seems to be even more appropriate, but you
can't win 'em all ;-) )

Greetz,

Andreas



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

Reply via email to