How to display the image in the web view using html code?
- by Madan Mohan
Hi Guys,
I am getting the data form Parser, In that I am getting a set of urls. Using these urls can I make image url by appending any data values getting from the parser.
http://musicbrainz.org/ws/1/artist/f27ec8db-af05-4f36-916e-3d57f91ecf5e?type=xml&inc=url-rels+artist-rels
using these url i get data and set of urls.They are not providing image url or thumbnail.
So, Is it possible to get or form an image url from parser (http://musicbrainz.org/ws/1/artist/f27ec8db-af05-4f36-916e-3d57f91ecf5e?type=xml&inc=url-rels+artist-rels) and display in the web view.
Please help me from this problem.
Thank You,
Madan Mohan.