⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (241 Bytes)
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 ..."
« Previous
1
…
3
4
5
6
7
Next »
(5-5/7)
Loading...