xsl-list
[Top] [All Lists]

RE: xsl:if giving me "Invalid type" error

2003-04-15 10:43:45
Presumably $firstDiv is not a node, e.g. it might be a string.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
James J. Ramsey
Sent: 15 April 2003 18:19
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] xsl:if giving me "Invalid type" error


<xsl:if test="$firstDiv[1]/preceding-sibling::*">
 ...
</xsl:if>

only works if $firstDiv[1]/preceding-sibling::*
returns empty. Otherwise, I get a complaint about

XPath error Invalid type in
$firstDiv[1]/preceding-sibling::*

Nothing I can think of seems to fix this. I tried
using boolean($firstDiv[1]/preceding-sibling::*), but
I still get the Invalid type error.

What's going on?


__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com

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



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