RE: [xsl] Printing blank line

Subject: RE: [xsl] Printing blank line
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 22 Jan 2004 11:31:10 +0200
Hi,

(Didn't you already ask this question?)

> How can I print blank line in Word using XSLT?Tried using
> <fo:block>&#160;</fo:block>
> but it is printing question marks(?).

If Word supports XSL FO, then 

  <fo:block><fo:leader/></fo:block>

IIRC creates an empty line, or you can just use margin-after="1em" on the container block.

Cheers,

Jarno - VNV Nation: Genesis (Icon of Coil Version)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread