xsl-list
[Top] [All Lists]

Re: [xsl] block and templates.

2006-09-21 11:45:59
cknell(_at_)onebox(_dot_)com 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






















        

        
                
___________________________________________________________________________ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences. 
http://fr.answers.yahoo.com 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>