Identify html tags for image, video in text and convert them into images, videos while laying dynami
Posted
by neha
on Stack Overflow
See other posts from Stack Overflow
or by neha
Published on 2010-06-18T06:26:16Z
Indexed on
2010/06/18
6:33 UTC
Read the original article
Hit count: 211
Hi all,
In my app I need to lay some text which I'm getting from a parsed data. Currently I'm currently laying it in a label. The problem is there are going to be some html tags indicating an image [along with its url] and videos etc in that plaintext. What is a good way to handle this identifying images and videos tags and laying corresponding images and videos along with rest of the plaintext dynamically?
Thanx in advance.
© Stack Overflow or respective owner