xsl-list
[Top] [All Lists]

xsl:if giving me "Invalid type" error

2003-04-15 10:19:24
<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