Hi everybody
Here is my problem: I have a xml formatted rss feed, which contains source adresses of *.png images in the tags. Now I want the webparser to get me the adress of the
first mentioned *.png file and download it, so it can be displayed on my desktop.
I was thinking of a quite simple *.ini that contains
1) Measure to parse the adress and download the image
2) Meter to display the image
3) Framing background
I know, the main parsing problem is somehow to be worked out with regex. The parser should just find the first
and copy all the text up until the ending
I tried reading some tutorials on this, and took a look into existent rss readers. But I have to admit, that I'm pretty clueless still. My scripting skills just match the level of adjusting the looks of rainmeter, I'm afraid
