XML fetching question: Ethernet Shield

Why isn't my version working then?

@stuarthooper
What message do you see in the serial monitor.
Compare with my working example above.
You should check the ip address from the yahoo server. May be you have to use a different. Make a ping in the command box.

Your code appears to be "different" from the code I used. I suggest you try the code that worked for me to see if you have hardware issues or just issues with your code.

I provided 2 different ways and working sketches to read the yahoo weather xml.

  1. My own solution from an other thread
    Weather LCD display via XML - #5 by system - Project Guidance - Arduino Forum

  2. The fixed version from stuarthooper that worked on my board.

Zoomkat is right. These are two different code example. He tested successful version 1 which uses the TextFinder Library.