Hi, Doug.

"Doug Lochart" <[EMAIL PROTECTED]> wrote on 08/13/2004 04:18:44 
PM:
> I am trying to format a text report from an xml document.  There are
> sevral places I need to have 2 or 3 blank lines.  I have my xsl:
> output set to the following: 
> 
> <xsl:output method="text"/>
> 
> In my xsl stylesheet I have many of the following:
> 
> <xsl:text>&#xa;</xsl:text>
> <xsl:text>&#xa;</xsl:text>
> 
> <xsl:text>&#xa;</xsl:text>
> <xsl:text>&#xa;</xsl:text>
> <xsl:text>&#xa;</xsl:text>
> 
> Each time I only get one blank line.

     I don't seem to be able to reproduce the problem from your 
description.  I tried several versions of Xalan-J.  I always get a new 
line in my output for each instance of "<xsl:text>&#xa;</xsl:text>" that 
is executed in my stylesheet.

     Could I ask you to provide a complete stylesheet, input document and 
expected result?

Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:[EMAIL PROTECTED]

Reply via email to