[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] text extraction


Subject: Re: [xsl] text extraction
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 12 Oct 2006 15:23:27 +0200 (CEST)

mus47@xxxxxxxx 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





















	

	
		
___________________________________________________________________________ 
Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos questions ! 
Demandez ` ceux qui savent sur Yahoo! Questions/Riponses
http://fr.answers.yahoo.com


Current Thread