Get html between to div
Get html between to div
I have a xml file with html tags
I must filter a piece of the html code.
-
<SPAN></SPAN></DIV></DIV><DIV id="editlink"></DIV><!-- /robots:noindex --></DIV><div id="content"><DIV id="column-1-of-2"><A name="comp000045e84ebf0000000f3f2c3d"><SPAN></SPAN></A><DIV class="picture-component">
<h3>Afwezigheid</h3>
<DIV class="body">
<P></P>
<UL>
<LI>??????</LI>
</UL>
</DIV></DIV><DIV class="component-spacing"><SPAN></SPAN></DIV></DIV><div id="column-2-of-2">
before and after this code is more html code. But i only need this piece of the html code.
i find something on the internet about Wrap,Before and after. But i have no idea how to implementation this.
Sorry for my bad english.