Re: [Wtr-general] How would you approach verification of data in *xml* format with Watir?

2007-06-06 Thread Lana
Thank You, here is my final basic piece working with your help: ** require 'watir' require rexml/document include Watir include REXML test_site = 'http://...site=xml' ie = IE.new ie.goto(test_site) xml_data =

[Wtr-general] How would you approach verification of data in *xml* format with Watir?

2007-06-05 Thread Lana
How would you approach verification of data in *xml* format with Watir through the browser? data example: _http://www.live365.com/stations/easytempo?site=xml_ is there some XMLParser available? ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] How would you approach verification of data in *xml* format with Watir?

2007-06-05 Thread Lana
STATION_BROADCASTERusername/STATION_BROADCASTER Thank You, Lana ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general