[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: [XSL 3.0] Function that check if a xs:string can b

Subject: Re: [XSL 3.0] Function that check if a xs:string can be converted as a xs:double
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 May 2023 12:00:25 -0000
Re:  [XSL 3.0] Function that check if a xs:string can b
On 5/31/2023 1:57 PM, Christophe Marchand cmarchand@xxxxxxxxxxxxxx wrote:
>
> I have to write a function taht take a xs:string as parameter, returns
> a xs:boolean, and says true() if string is a valid number, false()
> otherwise.
>
> Something like
>
> |<xsl:function name="f:isNumber" as="xs:boolean"> <xsl:param
> name="expression" as="xs:string"/> <xsl:sequence select="....."/>
> </xsl:function> |
> |'1' -> true() '2' -> true() 'foo' -> false() 'bar' -> false() |
>
> Rules to be a valid number are the same as those used in number()
> function.
>

Well, then <xsl:sequence select="$expression castable as xs:double"/>

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.