Chris Bowditch wrote:

> <xsl:template match="headerline">
>    <fo:leader leader-pattern="use-content"> </fo:leader>
> </xsl:template>

> No matter what I try the space node in the fo:leader is always
> dropped! 

  That's the way XSLT works.  Try:

    <xsl:template match="headerline">
       <fo:leader leader-pattern="use-content">
          <xsl:text> </xsl:text>
       </fo:leader>
    </xsl:template>

  Regards,

--drkm




















      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

Reply via email to