Try:

<xsl:if test="string(following-sibling::article/imgtype) != 'none'">

I did a quick test with JSTL's <x:if> and it seemed to make a difference.

Quoting Hendrickx Wesley <[EMAIL PROTECTED]>:

> Any one has any ideas why the following statement does not work?
> 
> <xsl:if test="following-sibling::article/imgtype != 'none'">
> 
> WHILE
> the following does print out the correct value
> 
> <xsl:value-of select="following-sibling::article/imgtype"/>
> 
> 
> 
> Thx in advance


-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to