Hi all.
Not sure if this is the right area of the forum for this question but any help would be greatly appreciated.
I am developing a Visual basic express application to search for dvd covers online (for my personal use only). I have a text box where my search phrase is entered. Once the search button is pressed a request is sent to a site as follows:
| WebBrowser1.Navigate("http://www.freecovers.net/api/search/:" & searchphrase & ":") |
The site then send back some xml code which is displayed in the webbrowser as follows:
- - Indiana Jones De Verlorenen Schatzes/Indiana Jones Und Der Tempel Des Todes GERMAN R2 4a1331c4e1db77f06aea63fd0147617a 2005-08-18 12:40:03 Guest VHS http://www.freecovers.net/thumb/0/4a1331c4e1db77f06aea63fd0147617a/preview.jpg - - front 1594 1122 232363
http://www.freecovers.net/view/0/4a1331c4e1db77f06aea63fd0147617a/Indiana_Jones_De_Verlorenen_Schatzes_Indiana_Jones_Und_Der_Tempel_Des_Todes_GERMAN_R2-front.html
http://www.freecovers.net/thumb/0/4a1331c4e1db77f06aea63fd0147617a/front.jpg http://www.freecovers.net/preview/0/4a1331c4e1db77f06aea63fd0147617a/big.jpg - Indiana Jones And The Last Crusade WS R1 6b8ebc937a3156df37c04ce2d5bc2f53 2005-07-23 22:56:09 Max DVD Movie http://www.freecovers.net/thumb/0/6b8ebc937a3156df37c04ce2d5bc2f53/preview.jpg - - front 3240 2175 4784440
http://www.freecovers.net/view/0/6b8ebc937a3156df37c04ce2d5bc2f53/Indiana_Jones_And_The_Last_Crusade_WS_R1-front.html
http://www.freecovers.net/thumb/0/6b8ebc937a3156df37c04ce2d5bc2f53/front.jpg http://www.freecovers.net/preview/0/6b8ebc937a3156df37c04ce2d5bc2f53/big.jpg - cd 806 800 152621
http://www.freecovers.net/view/2/6b8ebc937a3156df37c04ce2d5bc2f53/Indiana_Jones_And_The_Last_Crusade_WS_R1-cd.html
http://www.freecovers.net/thumb/2/6b8ebc937a3156df37c04ce2d5bc2f53/cd.jpg http://www.freecovers.net/preview/2/6b8ebc937a3156df37c04ce2d5bc2f53/big.jpg |
My question, is there any way I can dynamically convert the xml results (as shown above) into an html page and display that page in the webbrowser?
thanks in advance for any help with this problem.
Colin
Replies
Know the answer? Post it — somebody with the same question will find it here.