[Solved]Syntax Xpath
I can't find the right syntax for Xpath tot extract data.
Right now I'm experimenting in google docs to find the richt syntax. I'm trying to pull the review text from the following url: http://www.tripadvisor.nl/ShowUserReviews-g188590-d2333086-r155685828-EasyHotel_Amsterdam-Amsterdam_North_Holland_Province.html#REVIEWS
With this syntax I get one specific review: //*[@id="review_155685828"]/text()
I want to extract all re reviews on that page, but I can't find the right syntax. Does anabody knows what synatax I have to use to retreive all the review text from that page?
Next step is to use the Xpath in rapidminer.
Thanxs, Arno
Right now I'm experimenting in google docs to find the richt syntax. I'm trying to pull the review text from the following url: http://www.tripadvisor.nl/ShowUserReviews-g188590-d2333086-r155685828-EasyHotel_Amsterdam-Amsterdam_North_Holland_Province.html#REVIEWS
With this syntax I get one specific review: //*[@id="review_155685828"]/text()
I want to extract all re reviews on that page, but I can't find the right syntax. Does anabody knows what synatax I have to use to retreive all the review text from that page?
Next step is to use the Xpath in rapidminer.
Thanxs, Arno