Forum Discussion

Manoj's avatar
Manoj
Contributor
14 years ago

Passing XPATH from porperty with variable involved

Hi, I am trying to pass the XPATH expression from a property like below in my groovy for(i in counter..5) { String exp = "//Contracts/Contract[$i]/Member" ... .... } I want the exp to be pa...