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

Re: Possible to pass 'empty sequence' to function?

Subject: Re: Possible to pass 'empty sequence' to function?
From: chris <oneskiingfool@xxxxxxxxx>
Date: Wed, 30 Mar 2005 14:04:34 -0700
is a sequence a function
Doh!  You're absolutely right.  I read about that a while ago, but
somehow completely slipped my mind.  Thanks, this is by far the most
helpful list I've ever subscribed to.


On Wed, 30 Mar 2005 21:15:23 +0100, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> It's presumably failing because you declared the type on xsl:param not to
> accept an empty sequence. For example if you write <xsl:param name="p"
> as="xs:string"/> then an empty sequence will not be accepted. If you change
> it to <xsl:param name="p" as="xs:string?"/> then an empty sequence is OK.
> 
> Michael Kay
> http://www.saxonica.com/
> 
> 
> > -----Original Message-----
> > From: chris [mailto:oneskiingfool@xxxxxxxxx]
> > Sent: 30 March 2005 21:02
> > To: xslt
> > Subject:  Possible to pass 'empty sequence' to function?
> >
> > Hi,
> > Using Saxon 8 and XSLT 2.0, I have some functions defined in my
> > stylesheet using <xsl:function/>.
> >
> > These functions usually have parameters to pass it an element.  The
> > trasnformation fails when I pass an empty sequence as a parameter.
> > Since I may call a particular function as part of my xpath from many
> > parts of the stylesheet, I would much rather the function handle null
> > elements rather than doing it at each place I call it.
> > Is there no way to allow my function to accept empty sequence
> > parameters??
> >
> > Thanks!

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.