On Friday 22 September 2006 15:59, Olivier Mansour wrote: > Hey > > I'm trying desepratly to simulate line breaks with FOP 0.92. > > I have an xsl style sheet looks like this : > > <xsl:template match="//br"> > <fo:blok></fo:block> > </xsl:template> > Try to put some content into the block, e.g. a non breaking space, and see if that helps: <fo:block> </fo:block>
> Actually it works fine with just one <br />. But adding more has no > effect :-( > > Thank you > > Olivier > > > -- > Olivier Mansour http://www.clever-age.com > Clever Age Lyon - conseil en architecture technique > GSM: +33 6 11 03 23 77 Tél: +33 4 78 89 46 45 > Manuel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
