Hi,
I want to extract data between tags. For example i have following code
<span class="t_t_12_b _b">Cast</span><span class="t_t_12_b ">: <a href="/test/">Mel Gibb</a></span>
I want to extract data between <span class="t_t_12_b _b"></span> and <span class="t_t_12_b "></span> and show it as following
Cast : Mel Gibb
Please advice how to do it.If possible please provide code.
Rajesh
I want to extract data between tags. For example i have following code
<span class="t_t_12_b _b">Cast</span><span class="t_t_12_b ">: <a href="/test/">Mel Gibb</a></span>
I want to extract data between <span class="t_t_12_b _b"></span> and <span class="t_t_12_b "></span> and show it as following
Cast : Mel Gibb
Please advice how to do it.If possible please provide code.
Rajesh
Comment