Subject: RE: text() handling
From: "Ross, Douglas" <DRoss@xxxxxxxxxx>
Date: Fri, 14 Jan 2005 11:48:02 -0500
|
Thanks, Jon. I just finished reading that. I refer to
http://www.topxml.com/xsl/funcnormalize-space.asp as my cheatsheet. But
overlooked this function for some reason. Perhaps, newbie syndrom.
Douglas Ross
Developer, HTML UI Framework
Kronos
E-mail: dross@xxxxxxxxxx
Voice: (978) 947-4305
Fax: (978) 256-2474
www.kronos.com
Smaller, Faster, Sharper, Easier(tm)
-----Original Message-----
From: Jon Gorman [mailto:jonathan.gorman@xxxxxxxxx]
Sent: Friday, January 14, 2005 11:39 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: text() handling
Hi Douglas,
> <anode> foo bar </anode>
>
> What would normalize-space do to the above node?
> 'foo bar', ' foo bar ', 'foo bar'.
>
It would be 'foo bar'. If you want to know the specifics, see below.
|