skip to main
|
skip to sidebar
Tom On Rails
dinsdag 13 mei 2008
Rails : how to parse xml from url
require 'open-uri'
xmlfile = open('http://xmlfiles.com/file.xml').read
puts xmlfile['root']['item'].first['id'] # => gets you the first id of the xml file
Geen opmerkingen:
Een reactie posten
Nieuwere post
Oudere post
Homepage
Abonneren op:
Reacties posten (Atom)
Blogarchief
►
2009
(2)
►
november
(1)
►
mei
(1)
▼
2008
(3)
▼
mei
(3)
Rails : how to parse xml from url
Rails : Parsing xml to hash
Linux : Searching string in files
Over mij
tom maeckelberghe
Mijn volledige profiel tonen
Geen opmerkingen:
Een reactie posten