Thanks, again...
I am appending a newer version of hte profile to get the Morning News. Much to my surprise a number of the print files contain references to images which web2lrf was resolving and making a bit of a mess of the files. I have added a line of coded which seems to have fixed the problem.
The profile for the Democrat Gazette is another thing. The call to the file (the one that would be displayed on your monitor with all the ads and other BS - the url in the "href=" statement) is in the form of:
http://feeds.feedburner.com/~r/nwanewsall/~3/219845886/
which is somewhere resolved to:
http://www.nwanews.com/adg/News/214246/
and I of course want:
http://www.nwanews.com/adg/News/214246/print/
but if you append 'print/' to the originally called url giving you:
http://feeds.feedburner.com/~r/nwane...9845886/print/
it to is resolved to:
http://www.nwanews.com/adg/News/214246/
and although the desired UFL is embedded in the first called file I have yet to come up with code that will extract it with our harming the print file. (This is because the print file and the web file are, in the area in which we are interested are structurally identical)
If you have a moment take a look and see if you can suggest an approach. Also I should note that to even to begin to attempt to extract and use the URL from the display file it is necessary to increase the amount of recursion to 3 which introduces it own set of difficulties.
Sigh!!!! Programing is such fun