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

Re: Why? A function that computes atomic values should

Subject: Re: Why? A function that computes atomic values should use xsl:sequence rather than xsl:value-of
From: "Graydon graydon@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 31 Mar 2020 13:57:23 -0000
Re:  Why? A function that computes atomic values should
On Tue, Mar 31, 2020 at 01:40:19PM -0000, Costello, Roger L. costello@xxxxxxxxx scripsit:
> Hi Folks,
> 
> I have a function that returns a xs:boolean. I used xs:value-of to return the value. Saxon 9.9.1.5 gives this warning message:
> 
> 	A function that computes atomic values 
> 	should use xsl:sequence rather than
> 	xsl:value-of
> 
> Why?
> 
> Why should a function use xsl:sequence?

xsl:value-of returns a text node.

xsl:sequence returns what it has, which at least has the possibility of
being an atomic value in a function that computes atomic values.

So while things work via implicit type conversion, you're getting a
warning to tell you that you're making the optimizer work hard for no
obvious purpose.

-- Graydon

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.