Forum Discussion
nmrao
11 years agoCommunity Hero
Ok. Let me tell you how I did.
In the row xpath, selected the column value I wanted so that its namespace also come inside Row xpath.
In this instance select Row Xpath //ns:response[1]/ns1:person[1]/ns2:firstName[1] along with those three namespaces.
Then add property in left hand side firstName
Now you would see column xpath as firstName/text()
then use edit button to change it to ns2:firstName/text() in the column Xpath and in edit Row xpath remove '[1]' i.e., //ns:response/ns1:person
In fact I donot even face error.
Then just click on run button, you would see the data.
In the row xpath, selected the column value I wanted so that its namespace also come inside Row xpath.
In this instance select Row Xpath //ns:response[1]/ns1:person[1]/ns2:firstName[1] along with those three namespaces.
Then add property in left hand side firstName
Now you would see column xpath as firstName/text()
then use edit button to change it to ns2:firstName/text() in the column Xpath and in edit Row xpath remove '[1]' i.e., //ns:response/ns1:person
In fact I donot even face error.
Then just click on run button, you would see the data.