xsl-list
[Top] [All Lists]

Re: [xsl] text extraction

2006-10-12 06:24:09
mus47(_at_)voila(_dot_)fr wrote:

The problem is how to have the result in a new line
<xsl:apply-templates select="E1"/>
<xsl:text>&_#xa;</xsl:text>

  It depends on the meaning of "to have the result in a new line".  The
two lines above creates two text nodes, the first one with the string
value of the elements E1, separated by spaces in case of a sequence of
length > 1.  The second text node containing a newline character.  Then
the two nodes are merged.

  It is what I expect from your description above.  So what's the
problem with these instructions?

  Regards,

--drkm





















        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Demandez à ceux qui savent sur Yahoo! Questions/Réponses
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>
--~--