[wtr-general] Re: How to use xml element?

2009-04-10 Thread Jarmo Pertman
What do you want to do with this xml object? Anyway, I just tried by adding that msdn example on my html and created this little patch for Watir: module Watir class Xml NonControlElement TAG = 'XML' end module Container def xml(how,

[wtr-general] Re: How to use xml element?

2009-04-08 Thread Jarmo Pertman
You have some xml file opened in IE? Why not just download it and handle it as a regular XML, instead of trying to manipulate it with Watir? On Mar 31, 9:13 am, Angrez Singh ang...@gmail.com wrote: Thanks Vikas, but my problem is not related to reading XML in ruby.