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

RE: Check the type of an untyped parameter to a 2.0 f

Subject: RE: Check the type of an untyped parameter to a 2.0 function
From: "Houghton,Andrew" <houghtoa@xxxxxxxx>
Date: Wed, 20 Aug 2008 16:50:53 -0400
RE:  Check the type of an untyped parameter to a 2.0  f
> From: Bordeman, Chris [mailto:Chris.Bordeman@xxxxxxxxxxxxxxxxx]
> Sent: Wednesday, August 20, 2008 4:44 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Check the type of an untyped parameter to a 2.0 function
>
> I want my function to accept strings, numbers, floats, etc., but need
> to
> do different things depending on that type.
>
> How do I detect the type of the parameter, which has NO as="..."
> attribute?

Use the XPath 2.0 expression "instance of".

<xsl:param name="foo" as="item()" />

<xsl:if test="$foo instance of xsd:string" />


Andy.

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.