Hi al
In rapid miner i am trying to take data using xpath from an xml page, i have tried a number of different statements listed below but no success.
- //li/string()
- //li/text()
- /div[@id='features']/ul/li/string()
- /div[@id='features']/ul/li/text()
Below is the data that im trying to retrieve, i want all the features from the un-ordered list.
<div id="features">
<h3>Features:</h3>
<ul><li>Front garden</li>
<li>Rear Large Shed</li>
<li>Superb condition and tastefully decorated</li>
<li>Energy Efficent with a B2 Ber rating</li>
<li>Gravel & driveway</li>
</ul></div>
I would be greatful if somebody help me out with my problem.
Thanks.