Subject: Re: XPath 2.0 function polymorphism
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Dec 2005 14:16:51 GMT
|
I wrote
> <xsl:function name="ns:func">
> <xsl:param name="arg" as="node()"/>
> <xsl:choose>
> <xsl:when test="$arg instance of xs:integer">
oops change node() to item() of course (that being the point of the
exercise:-)
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
________________________________________________________________________
|