SOLVED !!!
cannot waiting for replies anymore so i decided to modify Blackbook
gem directly, by myself.
fortunately, it's not too difficult. thanks God !
file to modify: /lib/blackbook/importer/hotmail.rb
lines to modify: 86,91
(1) line 86: "row.search("/table/tr").each do |pair|"
should be "row.search("//table/tr").each do |pair|"
(one more "/" before "table")
(2) line 91:
should be: "elsif (key == "Windows Live ID:") || (key == "IM
address:")"
that's all. hope this helps others who have the same problem later.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---