Is it possible to write an XPATH statement that will directly access the 3rd
instance of element "address" given:
        <root>
                <location>
                        <address>abc</address>
                        <address>def</address>
                        <address>ghi</address>
                </location>
        </root>

Any help would be appreciated.  Thanks in advance.
Frank




_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to