[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] testing for typeof
Subject: RE: [xsl] testing for typeof
From: me@xxxxxxxxxxxx
Date: Tue, 06 May 2003 00:01:10 -0700 (PDT)
|
> Look for the "instance of" operator:
>
> <xsl:if test="$item instance of node()*">
> <xsl:if test="$item instance of xs:string">
> etc
>
> The syntax has changed slightly in the latest working
> draft (published
> yesterday): Saxon 7.5 implements the new syntax.
>
> Michael Kay
I saw you put 7.5 up - I have it - shall now play -
thank you much sir
Cheers,
Rob
_/ _/_/ _/_/_/
_/_/ _/ _/ _/
_/ _/
_/ _/
_/ _/_/_/_/
http://treebeard.sourceforge.net
http://ashpool.sourceforge.net
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|