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]

RE: Parsing strings as numbers


James,

When you say that XPath 1.0 is trying to be small, do you mean the paper
spec, or implementations?  I think it's more difficult for implementations
to *not* support exponential notation, because most floating point parsing
and printing libraries support it by default (and disabling support can
actually result in more code, especially if the library offers no simple way
to do it).

XT itself seems to support exponential notation, which prompted my original
post (didn't want to disable it in MSXML and find out later there was some
sort of spec loophole allowing it).

~Andy

-----Original Message-----
From: James Clark [mailto:jjc@jclark.com]
Sent: Wednesday, September 06, 2000 10:11 PM
To: xsl-list@mulberrytech.com
Subject: Re: Parsing strings as numbers


Andrew Kimball wrote:
> 
> According to my reading of the XPath spec, '1e200' and '+2.0' are not
valid
> numbers.

The spec seems fairly unambiguous on this to me.
 
> 1. Can it possibly be the intended behavior to disallow scientific
notation
> and a leading plus sign?

Yes.  XPath 1.0 is trying very hard to be small.

James


 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]