This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: text::trim()



If you need to remove all whitespace, including single spaces, there's
always

translate($node,' ','') after using normalisze-space()


cheers

andrew


-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Wendell Piez
Sent: Wednesday, December 26, 2001 7:56 PM
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] text::trim()


Srini,

There is normalize-space(), which does something like this: it removes
leading and trailing whitespace and converts sequences of whitespace
characters into single spaces. ("Whitespace" is defined as line feeds, tabs
and spaces. Carriage return characters are normalized as line feeds by an
XML parser, so don't appear.)

If you need something different you have to roll it by hand.

Cheers,
Wendell

At 01:55 PM 12/26/01, you wrote:
>Hello,
>    Does anyone know if there is a function such as trim() that can be
>applied on a text node, i.e., remove all leading and trailing white-space
>('\t', '\n', '\r', ' ', '\f'), given the text node can contain non
>white-space characters.


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]