- From: Shinu Rajappan <srajappan@esri.com>
- Date: Wed, 11 Jun 2003 15:06:58 -0700
- To: "'www-xsl-fo@w3.org'" <www-xsl-fo@w3.org>
HI,
I have a <SPACE> tag in my xml . Right now what i am doing is (below).
This will create spaces for each of the space tag and everything works fine.
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">
 
</xsl:template>
Thanks in Avance.
shinu
Received on Wednesday, 11 June 2003 18:07:10 UTC