xsl-list
[Top] [All Lists]

RE: How to avoid a blank line

2005-10-20 23:08:08
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[(_at_)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
<Prev in Thread] Current Thread [Next in Thread>