[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Suppressing Newline Character

Subject: RE: Suppressing Newline Character
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Mon, 16 May 2005 14:13:59 +0300
remove new line character
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&#xA;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, '&#xA;', '')

of if you want to remove all whitespace, then

  translate(normalize-space(DATA), ' ', '')


Cheers,

Jarno - Grendel: Pax Psychosis (Tactical Sekt remix)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.