T
Tom Gregus
Hi guys,
I have a ruby script which is scraping a website with Hpricot. I am
creating an xml and an sql file from data scraped. it was working well
under 1.8, but I have upgraded to 1.9 (because of character encoding),
but now the script writes '["' in front of every string, and the '\n'
gets written as a '\n' and not as a new line.
I am using double quotes when assigning the string to a variable.
What should I change?
regards
Tom
I have a ruby script which is scraping a website with Hpricot. I am
creating an xml and an sql file from data scraped. it was working well
under 1.8, but I have upgraded to 1.9 (because of character encoding),
but now the script writes '["' in front of every string, and the '\n'
gets written as a '\n' and not as a new line.
I am using double quotes when assigning the string to a variable.
What should I change?
regards
Tom