Re: [dom4j-user] XPATH element access

2002-02-04 Thread bob mcwhirter
/root/location/address[3] should theoretically work. Dunno if dom4j has the latest build of jaxen integrated into the distribution. There used to be a problem with proximity predicates that would cause that path to not work. You can download a nightly build of jaxen (or 1.0-beta-8) and replace

[dom4j-user] XPATH element access

2002-02-04 Thread Frank Walinsky
Is it possible to write an XPATH statement that will directly access the 3rd instance of element "address" given: abc def ghi Any help would be appreciated. Thanks in advan