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: Fwd: Over/under trimming of whitespace




> says "The normalize-space function returns the argument string with 
> whitespace normalized by stripping leading and trailing whitespace 
> and replacing sequences of whitespace characters by a single space."
> 
> I was expecting a single space and not an empty string - it definitely
> did this with Saxon,

you sure saxon did that??? I claim that an initial space is a leading
space
so is stripped by the first clause you quote above, the replacing of
sequences by a single space happens after that stripping, so in this
case it doesn't happen at all as there is no string left by then.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]