I am building a heating control system using the T100MD PLC, and need to read the weather forecast from a (BBC) rss weather feed. While I understand that one way would be to read the feed into a PC, and pass the stripped data to the PLC. However, for increased reliability I was wondering if it would be feasible to use an X-server to read the data from the web directly and use text manipulatiion on the PLc to extract the relevant data. Any tips appreciated.