Project

General

Profile

Bug #11909 » prova6.rb

pierisimone (Simone Pieri), 12/30/2015 10:09 AM

 
require 'nokogiri'

puts "Child #{Process.pid}"
xml = "<iso_3166_2_entries><iso_3166_country>kkkkk</iso_3166_country></iso_3166_2_entries>"
doc = Nokogiri::XML(xml)

puts "Child node="+doc.at('iso_3166_country').text
puts "Child finito ..."
(5-5/7)