Don't know if this is the best place to post.
I'm also not shure if this is a problem with the PHP implementation or
it's something a bug in libxslt.
But here's the deal.

(I use php5.0.0RC1 for testing on winXP)

This works:

<xsl:if test="position() > $start">
        <xsl:call-template name="someTemplate" />
</xsl:if>

And this doesn't:

<xsl:if test="position() < $start">
        <xsl:call-template name="someTemplate" />
</xsl:if>

Seems to me the < gets interpreted as an opening tag

Vincent

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to