xsl-list
[Top] [All Lists]

Re: [xsl] Declaring more than one type for a parameter in xsl:function?

2008-01-09 04:18:56
David Carlisle wrote:
So does a simple solution exist here?
simplest thing is just to use a common ancestor, such as item()

and perhaps use the "castable as" operator to determine what type is used (but then you need a schema, or you need to stick to base types).

--~------------------------------------------------------------------
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>
--~--