xsl-list
[Top] [All Lists]

Re: [xsl] An empty sequence is not allowed as the first argument ...

2006-06-02 14:50:42

ck:std-date-string-fmt(if empty($x) then '1961-07-09' else $x)

would work, or type the argument to your function as xs:string? the
question mark would allow the argument to be an empty sequence (or you
could use and allow 0-0r-mpre strings)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--