Email conversation
From | George Fisher |
To | Me |
Subject | RSS Parser, no form |
Date | 13 April 2006 13:17 |
I have implemented your RSS parser on a server that supports PHP and it
works brilliantly. I am very impressed with what you have put together.
Simply stunning.
I would like to create a page that simply runs the parser and displays the
results rather than filling in a box in a form with the GO button.
Could you please tell me how to accomplish that?
Thanks very much,
George Fisher
From | Me |
To | George Fisher |
Subject | Re: RSS Parser, no form |
Date | 13 April 2006 17:12 |
George,
> I would like to create a page that simply runs the parser and
> displays the results rather than filling in a box in a form with the
> GO button.
remove the form and call this manually:
importXML('rssLocal.php?feedURL='+escape(URL),'parseRSS',false,5000)
(where URL is the URL of your feed)
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
From | George Fisher |
To | Me |
Subject | Re: RSS Parser, no form |
Date | 14 April 2006 05:34 |
Works like a charm, of course. Thanks very much