Subject: Re: block and templates.
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 21 Sep 2006 20:45:44 +0200 (CEST)
|
cknell@xxxxxxxxxx wrote:
> Change this:
> <xsl:value-of select="./@number" />
> <xsl:value-of select="./line"/>
> to this:
> <xsl:value-of select="./@number" /><xsl:value-of select="./line"/>
Why? If I remember well, the only text nodes childs of the
xsl:template are whitespace text nodes. So they are stripped out the
stylesheet before compilation.
Or maybe it is not the original XSLT code. Or maybe their is an
"invisible" non-whitespace character there (as an non breakable space).
Regards,
--drkm
___________________________________________________________________________
Dicouvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Riponses pour partager vos connaissances, vos opinions et vos expiriences.
http://fr.answers.yahoo.com
| Current Thread |
cknell - 21 Sep 2006 18:41:52 -0000
- Florent Georges - 21 Sep 2006 18:46:00 -0000 <=
|
|