Re: [XSLT 2.0] Is it possible to display the type of a node / val ue / variable?

Hi Dave,

> I can find references to typeswitch, but no such function Michael?
> Where is it please?

typeswitch is an XQuery expression. It doesn't exist in XPath/XSLT
2.0 (because you can use <xsl:choose> with "instance of" expressions,
or templates, to do the same thing).

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/

Received on Wednesday, 21 May 2003 04:10:31 UTC