Forum: RSS, Web Services and SOAP Jul 2nd, 2009 |
| Replies: 5 Views: 780 That's great Keyvan. Thank you very much.
I wish I had known about these libs when I wrote my RSS reader (as yet unpublished). I did everything in php and I know that some of it could be done a... |
Forum: RSS, Web Services and SOAP Jul 2nd, 2009 |
| Replies: 4 Views: 1,197 Hi,
Pritaeas solution is neat but does rely on Apache MOD_REWRITE being enabled, which is not always the case.
Another way to do it is to request the worker page (eg. news.php) directly and... |
Forum: RSS, Web Services and SOAP Jul 2nd, 2009 |
| Replies: 5 Views: 780 Looks like a good piece of work Keyvan. The OP could wish for nothing more.
I have bookmarkd for future reference.
From your list of libraries, I guess it's even more complex than I indicated... |
Forum: RSS, Web Services and SOAP Jun 25th, 2009 |
| Replies: 5 Views: 780 You might like to look at XSLT. It will act directly on RSS feeds which are just XML conformng to a particular schema.
XSLT is very powerful and can be applied in more than just the normal browser... |