xsl-list
[Top] [All Lists]

Re: testing for typeof

2003-05-05 21:41:27
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(_at_)robrohan(_dot_)com>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>