parsing xml with cache and change of encoding

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
agga.gaag
Forum Newbie
Posts: 4
Joined: Mon Oct 16, 2006 2:25 am

parsing xml with cache and change of encoding

Post by agga.gaag »

HIs!

if anyone knows a php application that would solve my problem I will very much appreciate. The case is that I have to retrive, parse and afterwards display some data from a source written in XML format (Windows-1251 encoding).

Is there an apllication that will facilitate the procedure. I am especially looking for one that will create cache to minimize site traffic and have an old copy of the information displayed in case that there are problems on the website with original information. Also the application should ideally read the data in Windows-1251 and encode it into UTF-8. Much like MagpieRSS which would be perfect had the source file was in the RSS instead of XML.

MAny thanks
Post Reply