|
Subject: Re: [xsl] Whitespace between nodes From: Nicholas Shanks <contact@xxxxxxxxxxxxxx> Date: Wed, 12 May 2004 21:48:03 +0100 |
I suspect that your input document has the carriage returns
I think one of your processors is "helpfully" removing the carriage returns improperly. If you show us the input and name the processors it will be easy to help.
<xsl:choose>
<xsl:when test="@href != ''">
<q><a href="{@href}"><xsl:value-of select="@title" /></a></q>
</xsl:when>
<xsl:otherwise>
<q><xsl:value-of select="@title" /></q>
</xsl:otherwise>
</xsl:choose>Sablotron: <q> <a href="...">Text</a> </q> -or- (if !href) <q>Text</q>
Libxslt: <q><a href="...">Text</a></q> -or- (if !href) <q>Text</q>
Saxon: (as Sablotron) Xalan-J: (as Sablotron but without indentations)
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Whitespace between nodes, cknell | Thread | RE: [xsl] Whitespace between nodes, Andreas L. Delmelle |
| [xsl] No more DTM IDs are available, Huggins, Scott | Date | RE: [xsl] Whitespace between nodes, Andreas L. Delmelle |
| Month |