Hello. I’m trying to find a way to read data from inside divs from HTML data in my clipboard. The divs have id attributes like
<div id="name.1">Bill</div>
<div id="name.2">Bob</div>
Is there a way to get the string “bill” from this data with the uno api?
Somthing like…
html = oClip.GetContents
myName = html.getElementById("name.1").innerHTML