xsl-list
[Top] [All Lists]

[xsl] position()!=last() works in one env, not in another

2007-02-06 21:44:11
I am testing in Altova XMLSpy and running in PHP5.  In XMLSpy the
position()!=last() works fine, but in PHP5, it is always true.  Here
is the code:

 <xsl:template match="p:category|p:subCategory|p:imageDir" mode="menu">
   <xsl:choose>
                <xsl:when test="@objectID=$objectID"><xsl:value-of 
select="@name"/></xsl:when>
                <xsl:otherwise><a 
href="{$self}?fldoid={(_at_)objectID}"><xsl:value-of
select="@name"/></a></xsl:otherwise>
        </xsl:choose>
        <xsl:if test="position()!=last()"><xsl:text
disable-output-escaping="yes">&amp;nbsp;|&amp;nbsp;</xsl:text></xsl:if>
 </xsl:template>


Does anyone know if PHP5 (Libxslt) has any issues with this test:

<xsl:if test="position()!=last()">

Sam

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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