I need to extract this content inside the divtestimonial1 div I am using the following regEx, but its only returning the first line
Regex r = new Regex("<div([^<]*<(?!/div>))");
<div class="testimonial_content" id="divtestimonial1">
<a name="T1"></a>
<div class="testimonial_headline">%testimonial1headline</div>
<p align="left"><img src="" alt="" width="193" height="204" align="left" hspace="10" id="img_T1"/><span class="testimonial_text">%testimonial1text</span><br />
</p>
</div>