| 
 
Subject: RE: [xsl] Suppressing Newline Character From: <Jarno.Elovirta@xxxxxxxxx> Date: Mon, 16 May 2005 14:13:59 +0300  | 
Hi,
> My XML (sometimes) looks like this :
> 
> <DATA>
> abc
> def
> </DATA>
> 
> 
> I need to transform this to some javascript on my html page that looks
> something like :
> 
> jFunction('abcdef');
> 
> but I get
> 
> jFunction('abc
def');
> 
> which I appreciate is not surprising as there is a new line 
> in my data.
> 
> What is the easiest way of detecting and removing the newline 
> character when
> I do the transform ?
  translate(DATA, '
', '')
of if you want to remove all whitespace, then
  translate(normalize-space(DATA), ' ', '')
Cheers,
Jarno - Grendel: Pax Psychosis (Tactical Sekt remix)
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] flat XML to normal XML, Aron Bock | Thread | [xsl] Problem with xsl handling xm, Mikael Petterson \(K | 
| [xsl] Suppressing Newline Character, Steve W | Date | Re: [xsl] Suppressing Newline Chara, James Fuller | 
| Month |