I want to extract the following value from the following element
<div style="width: 15%" data-toggle="popover" data-placement="top" data-trigger="hover" data-html="true" role="button" data-original-title="" title="" data-content="<i>15%</i><b>Web Design</b>" class="grid custom_popover"></div>
How to extract the 15 from this linedata-content="<i>15%</i><b>Web Design</b>"
The selector is xpath selector.