|
Subject: [xsl] Whitespace question From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx> Date: Tue, 18 Sep 2001 06:24:35 +0000 |
what is seen is: bla blamore bla bla
xsl-stylesheet for this part: <xsl:template match="code1"> <xsl:apply-templates/> </xsl:template>
I have tried (a hack) using: <xsl:template match="code1"> <xsl:apply-templates/> <xsl:if test="following-sibling::*[(name()='code1')][1]"> <xsl:value-of select = "' '"/> </xsl:if> </xsl:template>
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] questions?, Jarno . Elovirta | Thread | Re: [xsl] Whitespace question, Christopher R. Maden |
| RE: [xsl] questions?, Mihir D. Gore | Date | Re: [xsl] Whitespace question, Christopher R. Maden |
| Month |