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

Re: [xsl] text::trim()


Subject: Re: [xsl] text::trim()
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 26 Dec 2001 14:56:16 -0500

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@xxxxxxxxxxxxxxxx
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




Current Thread
Keywords
xml