hi there,
is there anyway in lotus script to go to a url ending at an xml document and read that xml code?
I want to be able to translate the xml code into a notes document but need to get some sort of handle on the xml code.
Many thanks
hi there,
is there anyway in lotus script to go to a url ending at an xml document and read that xml code?
I want to be able to translate the xml code into a notes document but need to get some sort of handle on the xml code.
Many thanks
Subject: rss feeds - lotus script
/Peter
Subject: rss feeds - lotus script
Yes, it is possible, but only using a COM object like WinHTTP, which means the code will run only under Windows. I have written a LotusScript-based RSS reader, and it has been in use for several years. I had intended to improve it and post the code as open source, but never got around to it.