Is there a way to get the inner text of an HTML document?
I need to get the "text" of the HTML with none of the actual HTML
Thanks
Rusty
I need to get the "text" of the HTML with none of the actual HTML
I'd like to retrieve ONLY "Dear Sir:"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<body style="font-family: Calibri">
<p class="style2">
<strong>Dear Sir:</strong>
</p>
</body>
</html>
Thanks
Rusty