RE: [xsl] How to avoid a blank line

Subject: RE: [xsl] How to avoid a blank line
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Fri, 21 Oct 2005 09:08:08 +0300
Hi,

> I've some xml document with
> <div class="index"> ... </div>
> 
> I would like to eliminate the div elements and use
> <xsl:template match="div[@class='index']"/>
> with apply-templates, which works fine but leaves me
> with a blank line at the place of the div.

Either remove the space from the original source, use xsl:strip-space on the parent of the div element, or also have template for the text node that follows the div element.

Cheers,

Jarno

--
V.A.G.A.B.O.N.D: Chemicals in Motion

Current Thread