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 |
|
Jarno.Elovirta - 21 Oct 2005 06:08:07 -0000 <=
|
|