Hello, I'm having issues. I am currently attempting to take this page: http://weather.yahooapis.com/forecastrss?w=2449808 and take the following section: "Forecast:</b><BR /> Wed - Partly Cloudy/Wind. High: 74 Low: 52<br /> Thu - Mostly Sunny. High: 75 Low: 52" only parse it so it is one line, "Partly Cloudy Wind High 74 Low 52" Everything else can take a hike! I don't know all of the <>, :, / and so forth. I need to take this information and then write it into a .txt file in a specific location on the computer. The goal is to take this data and insert it into a .vbs file that contains the following text: Set objvoice = CreateObject("SAPI.SpVoice") objvoice.Speak ("Partly Cloudy Wind High 74 Low 52") Any and/or all assistance would be very helpful. Thank you in advance!