Hi Luis, You may need to use xml-object or xmlsimple gem to help read this.
Joe Luis Espla <[email protected]> wrote: >Hello, I would like to read a xml web page. I load this page in browser >object but after I can't read its labels I want to read the value of >"audio_rtp_port" label The page contains next page: > ><server> ><audio> ><audio_enabled>1</audio_enabled> ><audio_rtp_port>7078</audio_rtp_port> ><capture_device>mic</capture_device> ><line_in_volume>100</line_in_volume> ><microphone_volume>100</microphone_volume> ><output_volume>100</output_volume> ><sip_port>5060</sip_port> ><version>linphone: 2.1.1</version> ></audio> ></server> > >Sincerely regards > >-- >-- >Before posting, please read http://watir.com/support. In short: search before >you ask, be nice. > >[email protected] >http://groups.google.com/group/watir-general >[email protected] > >--- >You received this message because you are subscribed to the Google Groups >"Watir General" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to [email protected]. >For more options, visit https://groups.google.com/groups/opt_out. > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
