[EMAIL PROTECTED] wrote:
Hello,

I wrote a XSL document with a <xsl:strip-space.../> tag.

It seems it is no impact !

Is there a way to strip spaces (and newlines) in order to merge tags content, without using a DTD ?

Hi, you can use 'normalize-space(string)'.

for example : <xsl:value-of select="normalize-space(text())" />

and 'concat(string1,string2,...)' or both !
--
--------------------------------------------------------------------
   Eric PAILLEAU |  NUMLOG               |   Tel : +33(0)130791616
   [EMAIL PROTECTED]  |  http://www.numlog.fr |   Fax : +33(0)130819286
--------------------------------------------------------------------




Reply via email to