weppos

msg:1542418 | 10:21 am on Jun 23, 2006 (gmt 0) |
Usually activex are not necessary to code an XML/RSS feed. How would you code it? By hand or using a server side language? This is a good starting point. [mnot.net...]
|
fiuOY

msg:1542419 | 1:59 pm on Jun 23, 2006 (gmt 0) |
I don't have a lot of technology available to do it with server side, and also it needs to be reused by other people as well within the company. I guess I'm stuck with Javascript or something like that. What can you suggest? Thank you in advance.
|
Iguana

msg:1542420 | 8:51 am on Jun 27, 2006 (gmt 0) |
What do you mean by 'code' an RSS feed? An RSS feed is just a file with a bit of XML in. You can create it manually with any text editor and FTP it up to your website. ActiveX and Javascript don't come into it - they are client side.
|
weppos

msg:1542421 | 5:52 pm on Jun 29, 2006 (gmt 0) |
As Iguana sais, you can't create an XML feed with javascript. If you can't use server side languages you have to code it by hand. :(
|
fiuOY

msg:1542422 | 6:53 pm on Jun 29, 2006 (gmt 0) |
Maybe I'm not using the correct terminology. All I want to do is a page that reads from an exisiting RSS to display those news items on my site. I want to do that without using activeX. Can that be done? If yes, how? Thank you very much
|
jimbeetle

msg:1542423 | 7:07 pm on Jun 29, 2006 (gmt 0) |
Maybe this will help: Short guide to include RSS on your website [webmasterworld.com].
|
weppos

msg:1542424 | 12:10 pm on Jun 30, 2006 (gmt 0) |
Jou can use a feed 2 javascript hosted tool, for example [jade.mcli.dist.maricopa.edu...] :)
|
|