Hi,

I have a simple question on XPath. Let's say I have a document below :
<a>
        <b>
                <c>1</c>
                <c>2</c>
        </b>
        <b>
                <c>3</c>
                <c>4</c>
        </b>
</a>

Will a XPath "a/b/c[3]" returns 3 or null? 

I know in Jaxen it returns 3, is this correct?

Regards,
Khong Hai

_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to