Hi Community,
if i use the XPathOnURL with the following tag:
=XPathOnUrl(A2;"//div[@id='category']";;;"html")
i will get the code like:
<div id="category"><h2>Werbemittel</h2><p>Sie suchen nach einer Lösung, um gedruckte Werbemittel ansprechend zu präsentieren? Dann sind unsere Prospektständer ideal für Sie.</p><p>Dann sind unsere Prospektständer ideal für Sie.</p></div>
But is there a way to get only the inner HTML, like this:
<h2>Werbemittel</h2><p>Sie suchen nach einer Lösung, um gedruckte Werbemittel ansprechend zu präsentieren? Dann sind unsere Prospektständer ideal für Sie.</p><p>Dann sind unsere Prospektständer ideal für Sie.</p>
Thanks in advance for Tipps!