Re: Space in xsl fo

At 14:42 2003 06 11 -0700, Shinu Rajappan wrote:

>All,
>     I have a <SPACE> tag in my xsl . Right now what i am doing is (below).
>This will create spaces for each of the space tag. The problem i have is
>that the space tag is within the <PARA> tag and when i set the
>white-space-collapse=false for the <PARA> to get spaces between the
>paragraphs then each of the space will be an empty line. How do i set the
>white-space-collapse=true for only the SPACE.
>
>        <xsl:template match="SPACE">
>        &#160;
>        </xsl:template>
>Thanks in Avance.
>
>shinu


Thank you for your interest in XSL.

The xsl-editors@w3.org mailing list is for suggesting potential
errors or shortcomings and/or related comments about the XSL specs.

For requests for help and other questions, please send your email
to a list such as www-xsl-fo@w3.org.

Paul Grosso
for the W3C XSL FO SG

Received on Wednesday, 11 June 2003 18:20:41 UTC