Subject: Re: testing for typeof
From: Rob Rohan <me@xxxxxxxxxxxx>
Date: 05 May 2003 21:41:27 -0700
|
> Ok, new question I found a way :)
> http://www.exslt.org/exsl/functions/object-type/index.html
>
> Which is built into Saxon7.4 (Saxon rocks) - but when I try to use it I
> get:
>
> No method matching objectType with 1 parameter found in class
> net.sf.saxon.exslt.Sets
>
> when passing
>
> ...xmlns:set="http://exslt.org/sets"...
>
> <xsl:value-of select="set:object-type('test')" />
>
Good God I am retarded.
xmlns:exslt="http://exslt.org/common"
<xsl:value-of select="exslt:object-type('test')" />
Sorry to waste your time... derr
--
Rob Rohan <me@xxxxxxxxxxxx>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- testing for typeof
- Rob Rohan - Mon, 5 May 2003 23:59:12 -0400 (EDT)
- Rob Rohan - Tue, 6 May 2003 00:14:25 -0400 (EDT)
- Rob Rohan - Tue, 6 May 2003 00:44:56 -0400 (EDT) <=
- Michael Kay - Tue, 6 May 2003 02:42:42 -0400 (EDT)
- <Possible follow-ups>
- me - Tue, 6 May 2003 03:01:06 -0400 (EDT)
|
|