Hi !

I'd like to use xtags and jsp
and i can't find out the position 
in my XPath.

I always got 0 as result for XPath Expression position()
and last()
I'm using Tomcat 4.0.1
and the example /xtags-examples/test/test_stylesheet.jsp
does the same

I tryed on Win and Linux

I hope someone can help me
maybe with a code snippet.

thx clemens holpfer
[EMAIL PROTECTED]

<xtags:parse uri="xml/h4scom.xml" id="we"/> 
        <xtags:forEach select="//Row"> 
                <xtags:add><xtags:element 
name="wert">Hallo</xtags:element></xtags:add> 
        </xtags:forEach><br/>
        
        <xtags:forEach select="/Import">
                <xtags:valueOf select="count(Row)" /> 
                <xtags:valueOf select="last()" context="/Import"/>
        </xtags:forEach> <br/>

        <xtags:forEach select="/Import/Row">
                <xtags:valueOf select="position()" /> 
                <xtags:valueOf select="BEWABT" /> 
                <xtags:valueOf select="number(wert)" /><br/>
                        <xtags:if test="position()=0">
                                ok
                        </xtags:if> 
        </xtags:forEach> 

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

Reply via email to